Shades of Cornflower Blue #438CEF
Tints of Cornflower Blue #438CEF
RGB
CMYK
RGB Variations
Color information
#438CEF (or 0x438CEF) is known color: Cornflower Blue. HEX triplet: 43, 8C and EF. RGB value is (67,140,239). Sum of RGB (Red+Green+Blue) = 67+140+239=446 (59% of max value = 765). Red value is 67 (26.56% from 255 or 15.02% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #438CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #438CEF is #BC7310. Grayscale: #808080. Windows color (decimal): -12350225 or 15699011. OLE color: 15699011.
HSL color Cylindrical-coordinate representation of color #438CEF: hue angle of 214.53º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #438CEF is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 140 | 239 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.06 |
| HSL | 214.53º | 0.84% | 0.6% | - |
| HSV(B) | 214.53º | 0.72% | 0.94% | - |
| XYZ | 27.27 | 26.18 | 85.28 | - |
| YUV | 129.46 | 189.82 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 239 | 0.72 | 0.41 | 0 | 0.06 | 214.53 | 0.84 | 0.6 |
| Hex | 43 | 8C | EF | 48 | 29 | 0 | 6 | D7 | 54 | 3C |
| Octal | 103 | 214 | 357 | 110 | 51 | 0 | 6 | 327 | 124 | 74 |
| Binary | 1000011 | 10001100 | 11101111 | 1001000 | 101001 | 0 | 110 | 11010111 | 1010100 | 111100 |
Color Harmonies of #438CEF
Complementary color
Monochromatic Colors of #438CEF
Black with #438CEF
Text Example
Text Example
White with #438CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438CEF; }
p { color: rgb(67,140,239); }
H1.HeaderClassName
{
color: #438CEF;
}
.AnyTagClassName
{
color: #438CEF;
}
</style>
background-color css
<style>
a { background-color: #438CEF; }
a { background-color: rgb(67,140,239); }
div.DivClassName
{
background-color: #438CEF;
}
.BgClassName
{
background-color: #438CEF;
}
</style>
border-color css
<style>
span { border-color: #438CEF; }
span { border-color: rgb(67,140,239); }
td.TdClassName
{
border-color: #438CEF;
}
.TagClassName
{
border-color: #438CEF;
}
</style>