Shades of Cornflower Blue #567BFB
Tints of Cornflower Blue #567BFB
RGB
CMYK
RGB Variations
Color information
#567BFB (or 0x567BFB) is known color: Cornflower Blue. HEX triplet: 56, 7B and FB. RGB value is (86,123,251). Sum of RGB (Red+Green+Blue) = 86+123+251=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #567BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567BFB is #A98404. Grayscale: #7D7D7D. Windows color (decimal): -11109381 or 16481110. OLE color: 16481110.
HSL color Cylindrical-coordinate representation of color #567BFB: hue angle of 226.55º 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 #567BFB is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 123 | 251 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.02 |
| HSL | 226.55º | 0.95% | 0.66% | - |
| HSV(B) | 226.55º | 0.66% | 0.98% | - |
| XYZ | 28.33 | 23.11 | 94.23 | - |
| YUV | 126.53 | 198.24 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 123 | 251 | 0.66 | 0.51 | 0 | 0.02 | 226.55 | 0.95 | 0.66 |
| Hex | 56 | 7B | FB | 42 | 33 | 0 | 2 | E3 | 5F | 42 |
| Octal | 126 | 173 | 373 | 102 | 63 | 0 | 2 | 343 | 137 | 102 |
| Binary | 1010110 | 1111011 | 11111011 | 1000010 | 110011 | 0 | 10 | 11100011 | 1011111 | 1000010 |
Color Harmonies of #567BFB
Complementary color
Monochromatic Colors of #567BFB
Black with #567BFB
Text Example
Text Example
White with #567BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567BFB; }
p { color: rgb(86,123,251); }
H1.HeaderClassName
{
color: #567BFB;
}
.AnyTagClassName
{
color: #567BFB;
}
</style>
background-color css
<style>
a { background-color: #567BFB; }
a { background-color: rgb(86,123,251); }
div.DivClassName
{
background-color: #567BFB;
}
.BgClassName
{
background-color: #567BFB;
}
</style>
border-color css
<style>
span { border-color: #567BFB; }
span { border-color: rgb(86,123,251); }
td.TdClassName
{
border-color: #567BFB;
}
.TagClassName
{
border-color: #567BFB;
}
</style>