Html Css Color HEX #56A7FF Cornflower Blue

📋 copy color: '#56A7FF'

red 86 ◦ green 167 ◦ blue 255

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

Shades of Cornflower Blue #56A7FF

Tints of Cornflower Blue #56A7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.87%

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

R = 16.93%
G = 32.87%
B = 50.2%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56A7FF (or 0x56A7FF) is known color: Cornflower Blue. HEX triplet: 56, A7 and FF. RGB value is (86,167,255). Sum of RGB (Red+Green+Blue) = 86+167+255=508 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.93% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #56A7FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A7FF is #A95800. Grayscale: #989898. Windows color (decimal): -11098113 or 16754518. OLE color: 16754518.

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

Color convert

RGB 86 167 255 -
CMYK 0.66 0.35 0 0
HSL 211.24º 1% 0.67% -
HSV(B) 211.24º 0.66% 1% -
XYZ 35.71 36.84 99.84 -
YUV 152.81 185.66 80.34 -
System Red Green Blue C M Y K H S L
Decimal 86 167 255 0.66 0.35 0 0 211.24 1 0.67
Hex 56 A7 FF 42 23 0 0 D3 64 43
Octal 126 247 377 102 43 0 0 323 144 103
Binary 1010110 10100111 11111111 1000010 100011 0 0 11010011 1100100 1000011

Color Harmonies of #56A7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A7FF

Black with #56A7FF

Text Example


Text Example

White with #56A7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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