Shades of Cornflower Blue #567FFB
Tints of Cornflower Blue #567FFB
RGB
CMYK
RGB Variations
Color information
#567FFB (or 0x567FFB) is known color: Cornflower Blue. HEX triplet: 56, 7F and FB. RGB value is (86,127,251). Sum of RGB (Red+Green+Blue) = 86+127+251=464 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.53% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #567FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567FFB is #A98004. Grayscale: #808080. Windows color (decimal): -11108357 or 16482134. OLE color: 16482134.
HSL color Cylindrical-coordinate representation of color #567FFB: hue angle of 225.09º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #567FFB is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 127 | 251 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.02 |
| HSL | 225.09º | 0.95% | 0.66% | - |
| HSV(B) | 225.09º | 0.66% | 0.98% | - |
| XYZ | 28.84 | 24.12 | 94.4 | - |
| YUV | 128.88 | 196.92 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 251 | 0.66 | 0.49 | 0 | 0.02 | 225.09 | 0.95 | 0.66 |
| Hex | 56 | 7F | FB | 42 | 31 | 0 | 2 | E1 | 5F | 42 |
| Octal | 126 | 177 | 373 | 102 | 61 | 0 | 2 | 341 | 137 | 102 |
| Binary | 1010110 | 1111111 | 11111011 | 1000010 | 110001 | 0 | 10 | 11100001 | 1011111 | 1000010 |
Color Harmonies of #567FFB
Complementary color
Monochromatic Colors of #567FFB
Black with #567FFB
Text Example
Text Example
White with #567FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567FFB; }
p { color: rgb(86,127,251); }
H1.HeaderClassName
{
color: #567FFB;
}
.AnyTagClassName
{
color: #567FFB;
}
</style>
background-color css
<style>
a { background-color: #567FFB; }
a { background-color: rgb(86,127,251); }
div.DivClassName
{
background-color: #567FFB;
}
.BgClassName
{
background-color: #567FFB;
}
</style>
border-color css
<style>
span { border-color: #567FFB; }
span { border-color: rgb(86,127,251); }
td.TdClassName
{
border-color: #567FFB;
}
.TagClassName
{
border-color: #567FFB;
}
</style>