Html Css Color HEX #56A0FF Cornflower Blue

📋 copy color: '#56A0FF'

red 86 ◦ green 160 ◦ blue 255

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

Shades of Cornflower Blue #56A0FF

Tints of Cornflower Blue #56A0FF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.94%

 BLUE value IS 255 (100% from 255) = 50.9%

R = 17.17%
G = 31.94%
B = 50.9%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56A0FF (or 0x56A0FF) is known color: Cornflower Blue. HEX triplet: 56, A0 and FF. RGB value is (86,160,255). Sum of RGB (Red+Green+Blue) = 86+160+255=501 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.17% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #56A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A0FF is #A95F00. Grayscale: #949494. Windows color (decimal): -11099905 or 16752726. OLE color: 16752726.

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

Color convert

RGB 86 160 255 -
CMYK 0.66 0.37 0 0
HSL 213.73º 1% 0.67% -
HSV(B) 213.73º 0.66% 1% -
XYZ 34.46 34.34 99.42 -
YUV 148.7 187.98 83.28 -
System Red Green Blue C M Y K H S L
Decimal 86 160 255 0.66 0.37 0 0 213.73 1 0.67
Hex 56 A0 FF 42 25 0 0 D6 64 43
Octal 126 240 377 102 45 0 0 326 144 103
Binary 1010110 10100000 11111111 1000010 100101 0 0 11010110 1100100 1000011

Color Harmonies of #56A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A0FF

Black with #56A0FF

Text Example


Text Example

White with #56A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,160,255); }

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

background-color css

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

 a { background-color: rgb(86,160,255); }

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

border-color css

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

 span { border-color: rgb(86,160,255); }

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