Shades of Dodger Blue #4194FC
Tints of Dodger Blue #4194FC
RGB
CMYK
RGB Variations
Color information
#4194FC (or 0x4194FC) is known color: Dodger Blue. HEX triplet: 41, 94 and FC. RGB value is (65,148,252). Sum of RGB (Red+Green+Blue) = 65+148+252=465 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.98% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #4194FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4194FC is #BE6B03. Grayscale: #868686. Windows color (decimal): -12479236 or 16553025. OLE color: 16553025.
HSL color Cylindrical-coordinate representation of color #4194FC: hue angle of 213.37º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4194FC is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 148 | 252 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.01 |
| HSL | 213.37º | 0.97% | 0.62% | - |
| HSV(B) | 213.37º | 0.74% | 0.99% | - |
| XYZ | 30.34 | 29.33 | 96.16 | - |
| YUV | 135.04 | 194 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 148 | 252 | 0.74 | 0.41 | 0 | 0.01 | 213.37 | 0.97 | 0.62 |
| Hex | 41 | 94 | FC | 4A | 29 | 0 | 1 | D5 | 61 | 3E |
| Octal | 101 | 224 | 374 | 112 | 51 | 0 | 1 | 325 | 141 | 76 |
| Binary | 1000001 | 10010100 | 11111100 | 1001010 | 101001 | 0 | 1 | 11010101 | 1100001 | 111110 |
Color Harmonies of #4194FC
Complementary color
Monochromatic Colors of #4194FC
Black with #4194FC
Text Example
Text Example
White with #4194FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4194FC; }
p { color: rgb(65,148,252); }
H1.HeaderClassName
{
color: #4194FC;
}
.AnyTagClassName
{
color: #4194FC;
}
</style>
background-color css
<style>
a { background-color: #4194FC; }
a { background-color: rgb(65,148,252); }
div.DivClassName
{
background-color: #4194FC;
}
.BgClassName
{
background-color: #4194FC;
}
</style>
border-color css
<style>
span { border-color: #4194FC; }
span { border-color: rgb(65,148,252); }
td.TdClassName
{
border-color: #4194FC;
}
.TagClassName
{
border-color: #4194FC;
}
</style>