#568afa

Color #568AFA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #568AFA

Tints of Cornflower Blue #568AFA

Color information

#568AFA (or 0x568AFA) is unknown color: approx Cornflower Blue. HEX triplet: 56, 8A and FA. RGB value is (86,138,250). Sum of RGB (Red+Green+Blue) = 86+138+250=474 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.14% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #568AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568AFA is #A97505. Grayscale: #868686. Windows color (decimal): -11105542 or 16419414. OLE color: 16419414.

HSL color Cylindrical-coordinate representation of color #568AFA: hue angle of 220.98º degrees, saturation: 0.94, 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 #568AFA is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB86138250-
CMYK0.660.4500.02
HSL220.98º94.25%65.88%-
HSV(B)220.98º65.6%98.04%-
XYZ30.1827.0694.07-
YUV135.22192.7792.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 18.14%
GREEN value IS 138 (54.30% from 255) = 29.11%
BLUE value IS 250 (98.05% from 255) = 52.74%
R=18.14%
G=29.11%
B=52.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal861382500.660.4500.02220.9894.2565.88
Hex568AFA422D02dd5e42
Octal1262123721025502335136102
Binary1010110100010101111101010000101011010101101110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568afa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568afa; }

 p { color: rgb(86,138,250); }

 H1.HeaderClassName
 {
   color: #568afa;
 }
 .AnyTagClassName
 {
   color: #568afa;
 }
</style>
background-color css

<style>
 a { background-color: #568afa; }

 a { background-color: rgb(86,138,250); }

 div.DivClassName
 {
   background-color: #568afa;
 }
 .BgClassName
 {
   background-color: #568afa;
 }
</style>
border-color css

<style>
 span { border-color: #568afa; }

 span { border-color: rgb(86,138,250); }

 td.TdClassName
 {
   border-color: #568afa;
 }
 .TagClassName
 {
   border-color: #568afa;
 }
</style>