Html Css Color HEX #56A1F9 Cornflower Blue

📋 copy color: '#56A1F9'

red 86 ◦ green 161 ◦ blue 249

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

Shades of Cornflower Blue #56A1F9

Tints of Cornflower Blue #56A1F9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.46%

 BLUE value IS 249 (97.66% from 255) = 50.2%

R = 17.34%
G = 32.46%
B = 50.2%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#56A1F9 (or 0x56A1F9) is known color: Cornflower Blue. HEX triplet: 56, A1 and F9. RGB value is (86,161,249). Sum of RGB (Red+Green+Blue) = 86+161+249=496 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.34% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #56A1F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A1F9 is #A95E06. Grayscale: #949494. Windows color (decimal): -11099655 or 16359766. OLE color: 16359766.

HSL color Cylindrical-coordinate representation of color #56A1F9: hue angle of 212.39º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56A1F9 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 161 249 -
CMYK 0.65 0.35 0 0.02
HSL 212.39º 0.93% 0.66% -
HSV(B) 212.39º 0.65% 0.98% -
XYZ 33.68 34.31 94.47 -
YUV 148.61 184.65 83.34 -
System Red Green Blue C M Y K H S L
Decimal 86 161 249 0.65 0.35 0 0.02 212.39 0.93 0.66
Hex 56 A1 F9 41 23 0 2 D4 5D 42
Octal 126 241 371 101 43 0 2 324 135 102
Binary 1010110 10100001 11111001 1000001 100011 0 10 11010100 1011101 1000010

Color Harmonies of #56A1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A1F9

Black with #56A1F9

Text Example


Text Example

White with #56A1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,161,249); }

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

background-color css

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

 a { background-color: rgb(86,161,249); }

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

border-color css

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

 span { border-color: rgb(86,161,249); }

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