Html Css Color HEX #56A1FE Cornflower Blue

📋 copy color: '#56A1FE'

red 86 ◦ green 161 ◦ blue 254

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

Shades of Cornflower Blue #56A1FE

Tints of Cornflower Blue #56A1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.7%

R = 17.17%
G = 32.14%
B = 50.7%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#56A1FE (or 0x56A1FE) is known color: Cornflower Blue. HEX triplet: 56, A1 and FE. RGB value is (86,161,254). Sum of RGB (Red+Green+Blue) = 86+161+254=501 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.17% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #56A1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A1FE is #A95E01. Grayscale: #949494. Windows color (decimal): -11099650 or 16687446. OLE color: 16687446.

HSL color Cylindrical-coordinate representation of color #56A1FE: hue angle of 213.21º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56A1FE is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 86 161 254 -
CMYK 0.66 0.37 0 0.00
HSL 213.21º 0.99% 0.67% -
HSV(B) 213.21º 0.66% 1% -
XYZ 34.47 34.62 98.63 -
YUV 149.18 187.15 82.94 -
System Red Green Blue C M Y K H S L
Decimal 86 161 254 0.66 0.37 0 0.00 213.21 0.99 0.67
Hex 56 A1 FE 42 25 0 0 D5 63 43
Octal 126 241 376 102 45 0 0 325 143 103
Binary 1010110 10100001 11111110 1000010 100101 0 0 11010101 1100011 1000011

Color Harmonies of #56A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A1FE

Black with #56A1FE

Text Example


Text Example

White with #56A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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