Html Css Color HEX #56A5FF Cornflower Blue

📋 copy color: '#56A5FF'

red 86 ◦ green 165 ◦ blue 255

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

Shades of Cornflower Blue #56A5FF

Tints of Cornflower Blue #56A5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.61%

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

R = 17%
G = 32.61%
B = 50.4%

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

#56A5FF (or 0x56A5FF) is known color: Cornflower Blue. HEX triplet: 56, A5 and FF. RGB value is (86,165,255). Sum of RGB (Red+Green+Blue) = 86+165+255=506 (67% of max value = 765). Red value is 86 (33.98% from 255 or 17.00% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #56A5FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A5FF is #A95A00. Grayscale: #979797. Windows color (decimal): -11098625 or 16754006. OLE color: 16754006.

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

Color convert

RGB 86 165 255 -
CMYK 0.66 0.35 0 0
HSL 211.95º 1% 0.67% -
HSV(B) 211.95º 0.66% 1% -
XYZ 35.34 36.11 99.71 -
YUV 151.64 186.33 81.18 -
System Red Green Blue C M Y K H S L
Decimal 86 165 255 0.66 0.35 0 0 211.95 1 0.67
Hex 56 A5 FF 42 23 0 0 D4 64 43
Octal 126 245 377 102 43 0 0 324 144 103
Binary 1010110 10100101 11111111 1000010 100011 0 0 11010100 1100100 1000011

Color Harmonies of #56A5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A5FF

Black with #56A5FF

Text Example


Text Example

White with #56A5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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