Shades of Dodger Blue #438EFF
Tints of Dodger Blue #438EFF
RGB
CMYK
RGB Variations
Color information
#438EFF (or 0x438EFF) is known color: Dodger Blue. HEX triplet: 43, 8E and FF. RGB value is (67,142,255). Sum of RGB (Red+Green+Blue) = 67+142+255=464 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.44% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #438EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #438EFF is #BC7100. Grayscale: #838383. Windows color (decimal): -12349697 or 16748099. OLE color: 16748099.
HSL color Cylindrical-coordinate representation of color #438EFF: hue angle of 216.06º 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 #438EFF is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 142 | 255 | - |
| CMYK | 0.74 | 0.44 | 0 | 0 |
| HSL | 216.06º | 1% | 0.63% | - |
| HSV(B) | 216.06º | 0.74% | 1% | - |
| XYZ | 30.04 | 27.76 | 98.38 | - |
| YUV | 132.46 | 197.15 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 142 | 255 | 0.74 | 0.44 | 0 | 0 | 216.06 | 1 | 0.63 |
| Hex | 43 | 8E | FF | 4A | 2C | 0 | 0 | D8 | 64 | 3F |
| Octal | 103 | 216 | 377 | 112 | 54 | 0 | 0 | 330 | 144 | 77 |
| Binary | 1000011 | 10001110 | 11111111 | 1001010 | 101100 | 0 | 0 | 11011000 | 1100100 | 111111 |
Color Harmonies of #438EFF
Complementary color
Monochromatic Colors of #438EFF
Black with #438EFF
Text Example
Text Example
White with #438EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438EFF; }
p { color: rgb(67,142,255); }
H1.HeaderClassName
{
color: #438EFF;
}
.AnyTagClassName
{
color: #438EFF;
}
</style>
background-color css
<style>
a { background-color: #438EFF; }
a { background-color: rgb(67,142,255); }
div.DivClassName
{
background-color: #438EFF;
}
.BgClassName
{
background-color: #438EFF;
}
</style>
border-color css
<style>
span { border-color: #438EFF; }
span { border-color: rgb(67,142,255); }
td.TdClassName
{
border-color: #438EFF;
}
.TagClassName
{
border-color: #438EFF;
}
</style>