Html Css Color HEX #56A7F6 Cornflower Blue

📋 copy color: '#56A7F6'

red 86 ◦ green 167 ◦ blue 246

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

Shades of Cornflower Blue #56A7F6

Tints of Cornflower Blue #56A7F6

RGB

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

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

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

R = 17.23%
G = 33.47%
B = 49.3%

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

#56A7F6 (or 0x56A7F6) is known color: Cornflower Blue. HEX triplet: 56, A7 and F6. RGB value is (86,167,246). Sum of RGB (Red+Green+Blue) = 86+167+246=499 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.23% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #56A7F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A7F6 is #A95809. Grayscale: #979797. Windows color (decimal): -11098122 or 16164694. OLE color: 16164694.

HSL color Cylindrical-coordinate representation of color #56A7F6: hue angle of 209.62º 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 #56A7F6 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 167 246 -
CMYK 0.65 0.32 0 0.04
HSL 209.63º 0.9% 0.65% -
HSV(B) 209.63º 0.65% 0.96% -
XYZ 34.29 36.27 92.38 -
YUV 151.79 181.16 81.08 -
System Red Green Blue C M Y K H S L
Decimal 86 167 246 0.65 0.32 0 0.04 209.63 0.9 0.65
Hex 56 A7 F6 41 20 0 4 D2 5A 41
Octal 126 247 366 101 40 0 4 322 132 101
Binary 1010110 10100111 11110110 1000001 100000 0 100 11010010 1011010 1000001

Color Harmonies of #56A7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A7F6

Black with #56A7F6

Text Example


Text Example

White with #56A7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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