Shades of Dodger Blue #419CFD
Tints of Dodger Blue #419CFD
RGB
CMYK
RGB Variations
Color information
#419CFD (or 0x419CFD) is known color: Dodger Blue. HEX triplet: 41, 9C and FD. RGB value is (65,156,253). Sum of RGB (Red+Green+Blue) = 65+156+253=474 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.71% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #419CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419CFD is #BE6302. Grayscale: #8B8B8B. Windows color (decimal): -12477187 or 16620609. OLE color: 16620609.
HSL color Cylindrical-coordinate representation of color #419CFD: hue angle of 210.96º degrees, saturation: 0.98, 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 #419CFD is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 156 | 253 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.01 |
| HSL | 210.96º | 0.98% | 0.62% | - |
| HSV(B) | 210.96º | 0.74% | 0.99% | - |
| XYZ | 31.8 | 31.99 | 97.43 | - |
| YUV | 139.85 | 191.85 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 156 | 253 | 0.74 | 0.38 | 0 | 0.01 | 210.96 | 0.98 | 0.62 |
| Hex | 41 | 9C | FD | 4A | 26 | 0 | 1 | D3 | 62 | 3E |
| Octal | 101 | 234 | 375 | 112 | 46 | 0 | 1 | 323 | 142 | 76 |
| Binary | 1000001 | 10011100 | 11111101 | 1001010 | 100110 | 0 | 1 | 11010011 | 1100010 | 111110 |
Color Harmonies of #419CFD
Complementary color
Monochromatic Colors of #419CFD
Black with #419CFD
Text Example
Text Example
White with #419CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419CFD; }
p { color: rgb(65,156,253); }
H1.HeaderClassName
{
color: #419CFD;
}
.AnyTagClassName
{
color: #419CFD;
}
</style>
background-color css
<style>
a { background-color: #419CFD; }
a { background-color: rgb(65,156,253); }
div.DivClassName
{
background-color: #419CFD;
}
.BgClassName
{
background-color: #419CFD;
}
</style>
border-color css
<style>
span { border-color: #419CFD; }
span { border-color: rgb(65,156,253); }
td.TdClassName
{
border-color: #419CFD;
}
.TagClassName
{
border-color: #419CFD;
}
</style>