Shades of Dodger Blue #4285FD
Tints of Dodger Blue #4285FD
RGB
CMYK
RGB Variations
Color information
#4285FD (or 0x4285FD) is known color: Dodger Blue. HEX triplet: 42, 85 and FD. RGB value is (66,133,253). Sum of RGB (Red+Green+Blue) = 66+133+253=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #4285FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4285FD is #BD7A02. Grayscale: #7E7E7E. Windows color (decimal): -12417539 or 16614722. OLE color: 16614722.
HSL color Cylindrical-coordinate representation of color #4285FD: hue angle of 218.5º 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 #4285FD is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 133 | 253 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.01 |
| HSL | 218.5º | 0.98% | 0.63% | - |
| HSV(B) | 218.5º | 0.74% | 0.99% | - |
| XYZ | 28.36 | 25.03 | 96.26 | - |
| YUV | 126.65 | 199.3 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 253 | 0.74 | 0.47 | 0 | 0.01 | 218.5 | 0.98 | 0.63 |
| Hex | 42 | 85 | FD | 4A | 2F | 0 | 1 | DB | 62 | 3F |
| Octal | 102 | 205 | 375 | 112 | 57 | 0 | 1 | 333 | 142 | 77 |
| Binary | 1000010 | 10000101 | 11111101 | 1001010 | 101111 | 0 | 1 | 11011011 | 1100010 | 111111 |
Color Harmonies of #4285FD
Complementary color
Monochromatic Colors of #4285FD
Black with #4285FD
Text Example
Text Example
White with #4285FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4285FD; }
p { color: rgb(66,133,253); }
H1.HeaderClassName
{
color: #4285FD;
}
.AnyTagClassName
{
color: #4285FD;
}
</style>
background-color css
<style>
a { background-color: #4285FD; }
a { background-color: rgb(66,133,253); }
div.DivClassName
{
background-color: #4285FD;
}
.BgClassName
{
background-color: #4285FD;
}
</style>
border-color css
<style>
span { border-color: #4285FD; }
span { border-color: rgb(66,133,253); }
td.TdClassName
{
border-color: #4285FD;
}
.TagClassName
{
border-color: #4285FD;
}
</style>