Html Css Color HEX #56A8FC Cornflower Blue

📋 copy color: '#56A8FC'

red 86 ◦ green 168 ◦ blue 252

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

Shades of Cornflower Blue #56A8FC

Tints of Cornflower Blue #56A8FC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.2%

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 17%
G = 33.2%
B = 49.8%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#56A8FC (or 0x56A8FC) is known color: Cornflower Blue. HEX triplet: 56, A8 and FC. RGB value is (86,168,252). Sum of RGB (Red+Green+Blue) = 86+168+252=506 (67% of max value = 765). Red value is 86 (33.98% from 255 or 17.00% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #56A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A8FC is #A95703. Grayscale: #989898. Windows color (decimal): -11097860 or 16558166. OLE color: 16558166.

HSL color Cylindrical-coordinate representation of color #56A8FC: hue angle of 210.36º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56A8FC is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 86 168 252 -
CMYK 0.66 0.33 0 0.01
HSL 210.36º 0.97% 0.66% -
HSV(B) 210.36º 0.66% 0.99% -
XYZ 35.41 37.01 97.37 -
YUV 153.06 183.83 80.17 -
System Red Green Blue C M Y K H S L
Decimal 86 168 252 0.66 0.33 0 0.01 210.36 0.97 0.66
Hex 56 A8 FC 42 21 0 1 D2 61 42
Octal 126 250 374 102 41 0 1 322 141 102
Binary 1010110 10101000 11111100 1000010 100001 0 1 11010010 1100001 1000010

Color Harmonies of #56A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A8FC

Black with #56A8FC

Text Example


Text Example

White with #56A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,168,252); }

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

background-color css

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

 a { background-color: rgb(86,168,252); }

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

border-color css

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

 span { border-color: rgb(86,168,252); }

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