Shades of Dodger Blue #4286FD
Tints of Dodger Blue #4286FD
RGB
CMYK
RGB Variations
Color information
#4286FD (or 0x4286FD) is known color: Dodger Blue. HEX triplet: 42, 86 and FD. RGB value is (66,134,253). Sum of RGB (Red+Green+Blue) = 66+134+253=453 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.57% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #4286FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4286FD is #BD7902. Grayscale: #7E7E7E. Windows color (decimal): -12417283 or 16614978. OLE color: 16614978.
HSL color Cylindrical-coordinate representation of color #4286FD: hue angle of 218.18º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4286FD is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 134 | 253 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.01 |
| HSL | 218.18º | 0.98% | 0.63% | - |
| HSV(B) | 218.18º | 0.74% | 0.99% | - |
| XYZ | 28.5 | 25.3 | 96.31 | - |
| YUV | 127.23 | 198.97 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 253 | 0.74 | 0.47 | 0 | 0.01 | 218.18 | 0.98 | 0.63 |
| Hex | 42 | 86 | FD | 4A | 2F | 0 | 1 | DA | 62 | 3F |
| Octal | 102 | 206 | 375 | 112 | 57 | 0 | 1 | 332 | 142 | 77 |
| Binary | 1000010 | 10000110 | 11111101 | 1001010 | 101111 | 0 | 1 | 11011010 | 1100010 | 111111 |
Color Harmonies of #4286FD
Complementary color
Monochromatic Colors of #4286FD
Black with #4286FD
Text Example
Text Example
White with #4286FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4286FD; }
p { color: rgb(66,134,253); }
H1.HeaderClassName
{
color: #4286FD;
}
.AnyTagClassName
{
color: #4286FD;
}
</style>
background-color css
<style>
a { background-color: #4286FD; }
a { background-color: rgb(66,134,253); }
div.DivClassName
{
background-color: #4286FD;
}
.BgClassName
{
background-color: #4286FD;
}
</style>
border-color css
<style>
span { border-color: #4286FD; }
span { border-color: rgb(66,134,253); }
td.TdClassName
{
border-color: #4286FD;
}
.TagClassName
{
border-color: #4286FD;
}
</style>