#56A1FA

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

Shades of Cornflower Blue #56A1FA

Tints of Cornflower Blue #56A1FA

Color information

#56A1FA (or 0x56A1FA) is unknown color: approx Cornflower Blue. HEX triplet: 56, A1 and FA. RGB value is (86,161,250). Sum of RGB (Red+Green+Blue) = 86+161+250=497 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.30% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #56A1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A1FA is #A95E05. Grayscale: #949494. Windows color (decimal): -11099654 or 16425302. OLE color: 16425302.

HSL color Cylindrical-coordinate representation of color #56A1FA: hue angle of 212.56º 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 #56A1FA is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB86161250-
CMYK0.660.3600.02
HSL212.56º94.25%65.88%-
HSV(B)212.56º65.6%98.04%-
XYZ33.8434.3795.29-
YUV148.72185.1583.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.30%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 250 (98.05% from 255) = 50.30%
R=17.30%
G=32.39%
B=50.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal861612500.660.3600.02212.5694.2565.88
Hex56A1FA422402d55e42
Octal1262413721024402325136102
Binary1010110101000011111101010000101001000101101010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A1FA; }

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

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

<style>
 a { background-color: #56A1FA; }

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

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

<style>
 span { border-color: #56A1FA; }

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

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