Shades of Dodger Blue #419BFC
Tints of Dodger Blue #419BFC
RGB
CMYK
RGB Variations
Color information
#419BFC (or 0x419BFC) is known color: Dodger Blue. HEX triplet: 41, 9B and FC. RGB value is (65,155,252). Sum of RGB (Red+Green+Blue) = 65+155+252=472 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.77% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #419BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419BFC is #BE6403. Grayscale: #8A8A8A. Windows color (decimal): -12477444 or 16554817. OLE color: 16554817.
HSL color Cylindrical-coordinate representation of color #419BFC: hue angle of 211.12º 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 #419BFC is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 155 | 252 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.01 |
| HSL | 211.12º | 0.97% | 0.62% | - |
| HSV(B) | 211.12º | 0.74% | 0.99% | - |
| XYZ | 31.47 | 31.59 | 96.54 | - |
| YUV | 139.15 | 191.68 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 155 | 252 | 0.74 | 0.38 | 0 | 0.01 | 211.12 | 0.97 | 0.62 |
| Hex | 41 | 9B | FC | 4A | 26 | 0 | 1 | D3 | 61 | 3E |
| Octal | 101 | 233 | 374 | 112 | 46 | 0 | 1 | 323 | 141 | 76 |
| Binary | 1000001 | 10011011 | 11111100 | 1001010 | 100110 | 0 | 1 | 11010011 | 1100001 | 111110 |
Color Harmonies of #419BFC
Complementary color
Monochromatic Colors of #419BFC
Black with #419BFC
Text Example
Text Example
White with #419BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419BFC; }
p { color: rgb(65,155,252); }
H1.HeaderClassName
{
color: #419BFC;
}
.AnyTagClassName
{
color: #419BFC;
}
</style>
background-color css
<style>
a { background-color: #419BFC; }
a { background-color: rgb(65,155,252); }
div.DivClassName
{
background-color: #419BFC;
}
.BgClassName
{
background-color: #419BFC;
}
</style>
border-color css
<style>
span { border-color: #419BFC; }
span { border-color: rgb(65,155,252); }
td.TdClassName
{
border-color: #419BFC;
}
.TagClassName
{
border-color: #419BFC;
}
</style>