Shades of Cornflower Blue #478CF3
Tints of Cornflower Blue #478CF3
RGB
CMYK
RGB Variations
Color information
#478CF3 (or 0x478CF3) is known color: Cornflower Blue. HEX triplet: 47, 8C and F3. RGB value is (71,140,243). Sum of RGB (Red+Green+Blue) = 71+140+243=454 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.64% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #478CF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478CF3 is #B8730C. Grayscale: #828282. Windows color (decimal): -12088077 or 15961159. OLE color: 15961159.
HSL color Cylindrical-coordinate representation of color #478CF3: hue angle of 215.93º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #478CF3 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 140 | 243 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.05 |
| HSL | 215.93º | 0.88% | 0.62% | - |
| HSV(B) | 215.93º | 0.71% | 0.95% | - |
| XYZ | 28.15 | 26.57 | 88.44 | - |
| YUV | 131.11 | 191.14 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 243 | 0.71 | 0.42 | 0 | 0.05 | 215.93 | 0.88 | 0.62 |
| Hex | 47 | 8C | F3 | 47 | 2A | 0 | 5 | D8 | 58 | 3E |
| Octal | 107 | 214 | 363 | 107 | 52 | 0 | 5 | 330 | 130 | 76 |
| Binary | 1000111 | 10001100 | 11110011 | 1000111 | 101010 | 0 | 101 | 11011000 | 1011000 | 111110 |
Color Harmonies of #478CF3
Complementary color
Monochromatic Colors of #478CF3
Black with #478CF3
Text Example
Text Example
White with #478CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CF3; }
p { color: rgb(71,140,243); }
H1.HeaderClassName
{
color: #478CF3;
}
.AnyTagClassName
{
color: #478CF3;
}
</style>
background-color css
<style>
a { background-color: #478CF3; }
a { background-color: rgb(71,140,243); }
div.DivClassName
{
background-color: #478CF3;
}
.BgClassName
{
background-color: #478CF3;
}
</style>
border-color css
<style>
span { border-color: #478CF3; }
span { border-color: rgb(71,140,243); }
td.TdClassName
{
border-color: #478CF3;
}
.TagClassName
{
border-color: #478CF3;
}
</style>