Shades of Dodger Blue #419BFE
Tints of Dodger Blue #419BFE
RGB
CMYK
RGB Variations
Color information
#419BFE (or 0x419BFE) is known color: Dodger Blue. HEX triplet: 41, 9B and FE. RGB value is (65,155,254). Sum of RGB (Red+Green+Blue) = 65+155+254=474 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.71% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #419BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419BFE is #BE6401. Grayscale: #8A8A8A. Windows color (decimal): -12477442 or 16685889. OLE color: 16685889.
HSL color Cylindrical-coordinate representation of color #419BFE: hue angle of 211.43º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #419BFE is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 155 | 254 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.00 |
| HSL | 211.43º | 0.99% | 0.63% | - |
| HSV(B) | 211.43º | 0.74% | 1% | - |
| XYZ | 31.79 | 31.72 | 98.21 | - |
| YUV | 139.38 | 192.68 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 155 | 254 | 0.74 | 0.39 | 0 | 0.00 | 211.43 | 0.99 | 0.63 |
| Hex | 41 | 9B | FE | 4A | 27 | 0 | 0 | D3 | 63 | 3F |
| Octal | 101 | 233 | 376 | 112 | 47 | 0 | 0 | 323 | 143 | 77 |
| Binary | 1000001 | 10011011 | 11111110 | 1001010 | 100111 | 0 | 0 | 11010011 | 1100011 | 111111 |
Color Harmonies of #419BFE
Complementary color
Monochromatic Colors of #419BFE
Black with #419BFE
Text Example
Text Example
White with #419BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419BFE; }
p { color: rgb(65,155,254); }
H1.HeaderClassName
{
color: #419BFE;
}
.AnyTagClassName
{
color: #419BFE;
}
</style>
background-color css
<style>
a { background-color: #419BFE; }
a { background-color: rgb(65,155,254); }
div.DivClassName
{
background-color: #419BFE;
}
.BgClassName
{
background-color: #419BFE;
}
</style>
border-color css
<style>
span { border-color: #419BFE; }
span { border-color: rgb(65,155,254); }
td.TdClassName
{
border-color: #419BFE;
}
.TagClassName
{
border-color: #419BFE;
}
</style>