Html Css Color HEX #56A8F6 Cornflower Blue

📋 copy color: '#56A8F6'

red 86 ◦ green 168 ◦ blue 246

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

Shades of Cornflower Blue #56A8F6

Tints of Cornflower Blue #56A8F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.2%

R = 17.2%
G = 33.6%
B = 49.2%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#56A8F6 (or 0x56A8F6) is known color: Cornflower Blue. HEX triplet: 56, A8 and F6. RGB value is (86,168,246). Sum of RGB (Red+Green+Blue) = 86+168+246=500 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.2% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #56A8F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A8F6 is #A95709. Grayscale: #979797. Windows color (decimal): -11097866 or 16164950. OLE color: 16164950.

HSL color Cylindrical-coordinate representation of color #56A8F6: hue angle of 209.25º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56A8F6 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 168 246 -
CMYK 0.65 0.32 0 0.04
HSL 209.25º 0.9% 0.65% -
HSV(B) 209.25º 0.65% 0.96% -
XYZ 34.47 36.64 92.44 -
YUV 152.37 180.83 80.66 -
System Red Green Blue C M Y K H S L
Decimal 86 168 246 0.65 0.32 0 0.04 209.25 0.9 0.65
Hex 56 A8 F6 41 20 0 4 D1 5A 41
Octal 126 250 366 101 40 0 4 321 132 101
Binary 1010110 10101000 11110110 1000001 100000 0 100 11010001 1011010 1000001

Color Harmonies of #56A8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A8F6

Black with #56A8F6

Text Example


Text Example

White with #56A8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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