Shades of Cornflower Blue #438AFC
Tints of Cornflower Blue #438AFC
RGB
CMYK
RGB Variations
Color information
#438AFC (or 0x438AFC) is known color: Cornflower Blue. HEX triplet: 43, 8A and FC. RGB value is (67,138,252). Sum of RGB (Red+Green+Blue) = 67+138+252=457 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.66% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #438AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #438AFC is #BC7503. Grayscale: #818181. Windows color (decimal): -12350724 or 16550467. OLE color: 16550467.
HSL color Cylindrical-coordinate representation of color #438AFC: hue angle of 216.97º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #438AFC is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 138 | 252 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.01 |
| HSL | 216.97º | 0.97% | 0.63% | - |
| HSV(B) | 216.97º | 0.73% | 0.99% | - |
| XYZ | 28.97 | 26.4 | 95.66 | - |
| YUV | 129.77 | 196.98 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 252 | 0.73 | 0.45 | 0 | 0.01 | 216.97 | 0.97 | 0.63 |
| Hex | 43 | 8A | FC | 49 | 2D | 0 | 1 | D9 | 61 | 3F |
| Octal | 103 | 212 | 374 | 111 | 55 | 0 | 1 | 331 | 141 | 77 |
| Binary | 1000011 | 10001010 | 11111100 | 1001001 | 101101 | 0 | 1 | 11011001 | 1100001 | 111111 |
Color Harmonies of #438AFC
Complementary color
Monochromatic Colors of #438AFC
Black with #438AFC
Text Example
Text Example
White with #438AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438AFC; }
p { color: rgb(67,138,252); }
H1.HeaderClassName
{
color: #438AFC;
}
.AnyTagClassName
{
color: #438AFC;
}
</style>
background-color css
<style>
a { background-color: #438AFC; }
a { background-color: rgb(67,138,252); }
div.DivClassName
{
background-color: #438AFC;
}
.BgClassName
{
background-color: #438AFC;
}
</style>
border-color css
<style>
span { border-color: #438AFC; }
span { border-color: rgb(67,138,252); }
td.TdClassName
{
border-color: #438AFC;
}
.TagClassName
{
border-color: #438AFC;
}
</style>