Shades of Cornflower Blue #438CF1
Tints of Cornflower Blue #438CF1
RGB
CMYK
RGB Variations
Color information
#438CF1 (or 0x438CF1) is known color: Cornflower Blue. HEX triplet: 43, 8C and F1. RGB value is (67,140,241). Sum of RGB (Red+Green+Blue) = 67+140+241=448 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.96% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #438CF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #438CF1 is #BC730E. Grayscale: #818181. Windows color (decimal): -12350223 or 15830083. OLE color: 15830083.
HSL color Cylindrical-coordinate representation of color #438CF1: hue angle of 214.83º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #438CF1 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 140 | 241 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.05 |
| HSL | 214.83º | 0.86% | 0.6% | - |
| HSV(B) | 214.83º | 0.72% | 0.95% | - |
| XYZ | 27.57 | 26.3 | 86.84 | - |
| YUV | 129.69 | 190.82 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 241 | 0.72 | 0.42 | 0 | 0.05 | 214.83 | 0.86 | 0.6 |
| Hex | 43 | 8C | F1 | 48 | 2A | 0 | 5 | D7 | 56 | 3C |
| Octal | 103 | 214 | 361 | 110 | 52 | 0 | 5 | 327 | 126 | 74 |
| Binary | 1000011 | 10001100 | 11110001 | 1001000 | 101010 | 0 | 101 | 11010111 | 1010110 | 111100 |
Color Harmonies of #438CF1
Complementary color
Monochromatic Colors of #438CF1
Black with #438CF1
Text Example
Text Example
White with #438CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438CF1; }
p { color: rgb(67,140,241); }
H1.HeaderClassName
{
color: #438CF1;
}
.AnyTagClassName
{
color: #438CF1;
}
</style>
background-color css
<style>
a { background-color: #438CF1; }
a { background-color: rgb(67,140,241); }
div.DivClassName
{
background-color: #438CF1;
}
.BgClassName
{
background-color: #438CF1;
}
</style>
border-color css
<style>
span { border-color: #438CF1; }
span { border-color: rgb(67,140,241); }
td.TdClassName
{
border-color: #438CF1;
}
.TagClassName
{
border-color: #438CF1;
}
</style>