#56a7f9

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

Shades of Cornflower Blue #56A7F9

Tints of Cornflower Blue #56A7F9

Color information

#56A7F9 (or 0x56A7F9) is unknown color: approx Cornflower Blue. HEX triplet: 56, A7 and F9. RGB value is (86,167,249). Sum of RGB (Red+Green+Blue) = 86+167+249=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #56A7F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A7F9 is #A95806. Grayscale: #979797. Windows color (decimal): -11098119 or 16361302. OLE color: 16361302.

HSL color Cylindrical-coordinate representation of color #56A7F9: hue angle of 210.18º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56A7F9 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB86167249-
CMYK0.650.3300.02
HSL210.18º93.14%65.69%-
HSV(B)210.18º65.46%97.65%-
XYZ34.7636.4694.83-
YUV152.13182.6680.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.13%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 249 (97.66% from 255) = 49.60%
R=17.13%
G=33.27%
B=49.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal861672490.650.3300.02210.1893.1465.69
Hex56A7F9412102d25d42
Octal1262473711014102322135102
Binary1010110101001111111100110000011000010101101001010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56a7f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,167,249); }

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

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

 a { background-color: rgb(86,167,249); }

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

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

 span { border-color: rgb(86,167,249); }

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