Html Css Color HEX #56A2FE Cornflower Blue

📋 copy color: '#56A2FE'

red 86 ◦ green 162 ◦ blue 254

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

Shades of Cornflower Blue #56A2FE

Tints of Cornflower Blue #56A2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 17.13%
G = 32.27%
B = 50.6%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#56A2FE (or 0x56A2FE) is known color: Cornflower Blue. HEX triplet: 56, A2 and FE. RGB value is (86,162,254). Sum of RGB (Red+Green+Blue) = 86+162+254=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #56A2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A2FE is #A95D01. Grayscale: #959595. Windows color (decimal): -11099394 or 16687702. OLE color: 16687702.

HSL color Cylindrical-coordinate representation of color #56A2FE: hue angle of 212.86º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56A2FE is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 86 162 254 -
CMYK 0.66 0.36 0 0.00
HSL 212.86º 0.99% 0.67% -
HSV(B) 212.86º 0.66% 1% -
XYZ 34.65 34.97 98.69 -
YUV 149.76 186.82 82.52 -
System Red Green Blue C M Y K H S L
Decimal 86 162 254 0.66 0.36 0 0.00 212.86 0.99 0.67
Hex 56 A2 FE 42 24 0 0 D5 63 43
Octal 126 242 376 102 44 0 0 325 143 103
Binary 1010110 10100010 11111110 1000010 100100 0 0 11010101 1100011 1000011

Color Harmonies of #56A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A2FE

Black with #56A2FE

Text Example


Text Example

White with #56A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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