Shades of Dodger Blue #42A1FE
Tints of Dodger Blue #42A1FE
RGB
CMYK
RGB Variations
Color information
#42A1FE (or 0x42A1FE) is known color: Dodger Blue. HEX triplet: 42, A1 and FE. RGB value is (66,161,254). Sum of RGB (Red+Green+Blue) = 66+161+254=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #42A1FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A1FE is #BD5E01. Grayscale: #8E8E8E. Windows color (decimal): -12410370 or 16687426. OLE color: 16687426.
HSL color Cylindrical-coordinate representation of color #42A1FE: hue angle of 209.68º 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 #42A1FE is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 161 | 254 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.00 |
| HSL | 209.68º | 0.99% | 0.63% | - |
| HSV(B) | 209.68º | 0.74% | 1% | - |
| XYZ | 32.88 | 33.8 | 98.56 | - |
| YUV | 143.2 | 190.53 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 254 | 0.74 | 0.37 | 0 | 0.00 | 209.68 | 0.99 | 0.63 |
| Hex | 42 | A1 | FE | 4A | 25 | 0 | 0 | D2 | 63 | 3F |
| Octal | 102 | 241 | 376 | 112 | 45 | 0 | 0 | 322 | 143 | 77 |
| Binary | 1000010 | 10100001 | 11111110 | 1001010 | 100101 | 0 | 0 | 11010010 | 1100011 | 111111 |
Color Harmonies of #42A1FE
Complementary color
Monochromatic Colors of #42A1FE
Black with #42A1FE
Text Example
Text Example
White with #42A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A1FE; }
p { color: rgb(66,161,254); }
H1.HeaderClassName
{
color: #42A1FE;
}
.AnyTagClassName
{
color: #42A1FE;
}
</style>
background-color css
<style>
a { background-color: #42A1FE; }
a { background-color: rgb(66,161,254); }
div.DivClassName
{
background-color: #42A1FE;
}
.BgClassName
{
background-color: #42A1FE;
}
</style>
border-color css
<style>
span { border-color: #42A1FE; }
span { border-color: rgb(66,161,254); }
td.TdClassName
{
border-color: #42A1FE;
}
.TagClassName
{
border-color: #42A1FE;
}
</style>