Shades of Cornflower Blue #568AFF
Tints of Cornflower Blue #568AFF
RGB
CMYK
RGB Variations
Color information
#568AFF (or 0x568AFF) is known color: Cornflower Blue. HEX triplet: 56, 8A and FF. RGB value is (86,138,255). Sum of RGB (Red+Green+Blue) = 86+138+255=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #568AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568AFF is #A97500. Grayscale: #878787. Windows color (decimal): -11105537 or 16747094. OLE color: 16747094.
HSL color Cylindrical-coordinate representation of color #568AFF: hue angle of 221.54º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #568AFF is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 138 | 255 | - |
| CMYK | 0.66 | 0.46 | 0 | 0 |
| HSL | 221.54º | 1% | 0.67% | - |
| HSV(B) | 221.54º | 0.66% | 1% | - |
| XYZ | 30.98 | 27.38 | 98.26 | - |
| YUV | 135.79 | 195.27 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 255 | 0.66 | 0.46 | 0 | 0 | 221.54 | 1 | 0.67 |
| Hex | 56 | 8A | FF | 42 | 2E | 0 | 0 | DE | 64 | 43 |
| Octal | 126 | 212 | 377 | 102 | 56 | 0 | 0 | 336 | 144 | 103 |
| Binary | 1010110 | 10001010 | 11111111 | 1000010 | 101110 | 0 | 0 | 11011110 | 1100100 | 1000011 |
Color Harmonies of #568AFF
Complementary color
Monochromatic Colors of #568AFF
Black with #568AFF
Text Example
Text Example
White with #568AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568AFF; }
p { color: rgb(86,138,255); }
H1.HeaderClassName
{
color: #568AFF;
}
.AnyTagClassName
{
color: #568AFF;
}
</style>
background-color css
<style>
a { background-color: #568AFF; }
a { background-color: rgb(86,138,255); }
div.DivClassName
{
background-color: #568AFF;
}
.BgClassName
{
background-color: #568AFF;
}
</style>
border-color css
<style>
span { border-color: #568AFF; }
span { border-color: rgb(86,138,255); }
td.TdClassName
{
border-color: #568AFF;
}
.TagClassName
{
border-color: #568AFF;
}
</style>