Html Css Color HEX #56A1EA Cornflower Blue

📋 copy color: '#56A1EA'

red 86 ◦ green 161 ◦ blue 234

#56A1EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #56A1EA

Tints of Cornflower Blue #56A1EA

RGB

 RED value IS 86 (33.98% from 255) = 17.88%

 GREEN value IS 161 (63.28% from 255) = 33.47%

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 17.88%
G = 33.47%
B = 48.65%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#56A1EA (or 0x56A1EA) is known color: Cornflower Blue. HEX triplet: 56, A1 and EA. RGB value is (86,161,234). Sum of RGB (Red+Green+Blue) = 86+161+234=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #56A1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A1EA is #A95E15. Grayscale: #929292. Windows color (decimal): -11099670 or 15376726. OLE color: 15376726.

HSL color Cylindrical-coordinate representation of color #56A1EA: hue angle of 209.59º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56A1EA is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 161 234 -
CMYK 0.63 0.31 0 0.08
HSL 209.59º 0.78% 0.63% -
HSV(B) 209.59º 0.63% 0.92% -
XYZ 31.43 33.41 82.63 -
YUV 146.9 177.15 84.56 -
System Red Green Blue C M Y K H S L
Decimal 86 161 234 0.63 0.31 0 0.08 209.59 0.78 0.63
Hex 56 A1 EA 3F 1F 0 8 D2 4E 3F
Octal 126 241 352 77 37 0 10 322 116 77
Binary 1010110 10100001 11101010 111111 11111 0 1000 11010010 1001110 111111

Color Harmonies of #56A1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A1EA

Black with #56A1EA

Text Example


Text Example

White with #56A1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56A1EA;
 }
 .AnyTagClassName
 {
   color: #56A1EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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