Html Css Color HEX #56A2FA Cornflower Blue

📋 copy color: '#56A2FA'

red 86 ◦ green 162 ◦ blue 250

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

Shades of Cornflower Blue #56A2FA

Tints of Cornflower Blue #56A2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 17.27%
G = 32.53%
B = 50.2%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#56A2FA (or 0x56A2FA) is known color: Cornflower Blue. HEX triplet: 56, A2 and FA. RGB value is (86,162,250). Sum of RGB (Red+Green+Blue) = 86+162+250=498 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.27% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #56A2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A2FA is #A95D05. Grayscale: #949494. Windows color (decimal): -11099398 or 16425558. OLE color: 16425558.

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

Color convert

RGB 86 162 250 -
CMYK 0.66 0.35 0 0.02
HSL 212.2º 0.94% 0.66% -
HSV(B) 212.2º 0.66% 0.98% -
XYZ 34.01 34.72 95.35 -
YUV 149.31 184.82 82.84 -
System Red Green Blue C M Y K H S L
Decimal 86 162 250 0.66 0.35 0 0.02 212.2 0.94 0.66
Hex 56 A2 FA 42 23 0 2 D4 5E 42
Octal 126 242 372 102 43 0 2 324 136 102
Binary 1010110 10100010 11111010 1000010 100011 0 10 11010100 1011110 1000010

Color Harmonies of #56A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A2FA

Black with #56A2FA

Text Example


Text Example

White with #56A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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