Shades of Havelock Blue #438BDF
Tints of Havelock Blue #438BDF
RGB
CMYK
RGB Variations
Color information
#438BDF (or 0x438BDF) is known color: Havelock Blue. HEX triplet: 43, 8B and DF. RGB value is (67,139,223). Sum of RGB (Red+Green+Blue) = 67+139+223=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #438BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BDF is #BC7420. Grayscale: #7E7E7E. Windows color (decimal): -12350497 or 14650179. OLE color: 14650179.
HSL color Cylindrical-coordinate representation of color #438BDF: hue angle of 212.31º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #438BDF is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 139 | 223 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.13 |
| HSL | 212.31º | 0.71% | 0.57% | - |
| HSV(B) | 212.31º | 0.7% | 0.87% | - |
| XYZ | 24.87 | 24.99 | 73.32 | - |
| YUV | 127.05 | 182.15 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 223 | 0.70 | 0.38 | 0 | 0.13 | 212.31 | 0.71 | 0.57 |
| Hex | 43 | 8B | DF | 46 | 26 | 0 | D | D4 | 47 | 39 |
| Octal | 103 | 213 | 337 | 106 | 46 | 0 | 15 | 324 | 107 | 71 |
| Binary | 1000011 | 10001011 | 11011111 | 1000110 | 100110 | 0 | 1101 | 11010100 | 1000111 | 111001 |
Color Harmonies of #438BDF
Complementary color
Monochromatic Colors of #438BDF
Black with #438BDF
Text Example
Text Example
White with #438BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438BDF; }
p { color: rgb(67,139,223); }
H1.HeaderClassName
{
color: #438BDF;
}
.AnyTagClassName
{
color: #438BDF;
}
</style>
background-color css
<style>
a { background-color: #438BDF; }
a { background-color: rgb(67,139,223); }
div.DivClassName
{
background-color: #438BDF;
}
.BgClassName
{
background-color: #438BDF;
}
</style>
border-color css
<style>
span { border-color: #438BDF; }
span { border-color: rgb(67,139,223); }
td.TdClassName
{
border-color: #438BDF;
}
.TagClassName
{
border-color: #438BDF;
}
</style>