Shades of Dodger Blue #42A1FF
Tints of Dodger Blue #42A1FF
RGB
CMYK
RGB Variations
Color information
#42A1FF (or 0x42A1FF) is known color: Dodger Blue. HEX triplet: 42, A1 and FF. RGB value is (66,161,255). Sum of RGB (Red+Green+Blue) = 66+161+255=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #42A1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A1FF is #BD5E00. Grayscale: #8E8E8E. Windows color (decimal): -12410369 or 16752962. OLE color: 16752962.
HSL color Cylindrical-coordinate representation of color #42A1FF: hue angle of 209.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42A1FF is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 161 | 255 | - |
| CMYK | 0.74 | 0.37 | 0 | 0 |
| HSL | 209.84º | 1% | 0.63% | - |
| HSV(B) | 209.84º | 0.74% | 1% | - |
| XYZ | 33.04 | 33.87 | 99.4 | - |
| YUV | 143.31 | 191.03 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 255 | 0.74 | 0.37 | 0 | 0 | 209.84 | 1 | 0.63 |
| Hex | 42 | A1 | FF | 4A | 25 | 0 | 0 | D2 | 64 | 3F |
| Octal | 102 | 241 | 377 | 112 | 45 | 0 | 0 | 322 | 144 | 77 |
| Binary | 1000010 | 10100001 | 11111111 | 1001010 | 100101 | 0 | 0 | 11010010 | 1100100 | 111111 |
Color Harmonies of #42A1FF
Complementary color
Monochromatic Colors of #42A1FF
Black with #42A1FF
Text Example
Text Example
White with #42A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A1FF; }
p { color: rgb(66,161,255); }
H1.HeaderClassName
{
color: #42A1FF;
}
.AnyTagClassName
{
color: #42A1FF;
}
</style>
background-color css
<style>
a { background-color: #42A1FF; }
a { background-color: rgb(66,161,255); }
div.DivClassName
{
background-color: #42A1FF;
}
.BgClassName
{
background-color: #42A1FF;
}
</style>
border-color css
<style>
span { border-color: #42A1FF; }
span { border-color: rgb(66,161,255); }
td.TdClassName
{
border-color: #42A1FF;
}
.TagClassName
{
border-color: #42A1FF;
}
</style>