Html Css Color HEX #56A2F0 Cornflower Blue

📋 copy color: '#56A2F0'

red 86 ◦ green 162 ◦ blue 240

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

Shades of Cornflower Blue #56A2F0

Tints of Cornflower Blue #56A2F0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.2%

 BLUE value IS 240 (94.14% from 255) = 49.18%

R = 17.62%
G = 33.2%
B = 49.18%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#56A2F0 (or 0x56A2F0) is known color: Cornflower Blue. HEX triplet: 56, A2 and F0. RGB value is (86,162,240). Sum of RGB (Red+Green+Blue) = 86+162+240=488 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.62% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #56A2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A2F0 is #A95D0F. Grayscale: #939393. Windows color (decimal): -11099408 or 15770198. OLE color: 15770198.

HSL color Cylindrical-coordinate representation of color #56A2F0: hue angle of 210.39º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56A2F0 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 162 240 -
CMYK 0.64 0.32 0 0.06
HSL 210.39º 0.84% 0.64% -
HSV(B) 210.39º 0.64% 0.94% -
XYZ 32.49 34.11 87.31 -
YUV 148.17 179.82 83.66 -
System Red Green Blue C M Y K H S L
Decimal 86 162 240 0.64 0.32 0 0.06 210.39 0.84 0.64
Hex 56 A2 F0 40 20 0 6 D2 54 40
Octal 126 242 360 100 40 0 6 322 124 100
Binary 1010110 10100010 11110000 1000000 100000 0 110 11010010 1010100 1000000

Color Harmonies of #56A2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A2F0

Black with #56A2F0

Text Example


Text Example

White with #56A2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,162,240); }

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

background-color css

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

 a { background-color: rgb(86,162,240); }

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

border-color css

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

 span { border-color: rgb(86,162,240); }

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