Html Css Color HEX #559EFE Cornflower Blue

📋 copy color: '#559EFE'

red 85 ◦ green 158 ◦ blue 254

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

Shades of Cornflower Blue #559EFE

Tints of Cornflower Blue #559EFE

RGB

 RED value IS 85 (33.59% from 255) = 17.1%

 GREEN value IS 158 (62.11% from 255) = 31.79%

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

R = 17.1%
G = 31.79%
B = 51.11%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#559EFE (or 0x559EFE) is known color: Cornflower Blue. HEX triplet: 55, 9E and FE. RGB value is (85,158,254). Sum of RGB (Red+Green+Blue) = 85+158+254=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #559EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559EFE is #AA6101. Grayscale: #929292. Windows color (decimal): -11165954 or 16686677. OLE color: 16686677.

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

Color convert

RGB 85 158 254 -
CMYK 0.67 0.38 0 0.00
HSL 214.08º 0.99% 0.66% -
HSV(B) 214.08º 0.67% 1% -
XYZ 33.86 33.54 98.46 -
YUV 147.12 188.32 83.69 -
System Red Green Blue C M Y K H S L
Decimal 85 158 254 0.67 0.38 0 0.00 214.08 0.99 0.66
Hex 55 9E FE 43 26 0 0 D6 63 42
Octal 125 236 376 103 46 0 0 326 143 102
Binary 1010101 10011110 11111110 1000011 100110 0 0 11010110 1100011 1000010

Color Harmonies of #559EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EFE

Black with #559EFE

Text Example


Text Example

White with #559EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559EFE; }

 p { color: rgb(85,158,254); }

 H1.HeaderClassName
 {
   color: #559EFE;
 }
 .AnyTagClassName
 {
   color: #559EFE;
 }
</style>

background-color css

<style>
 a { background-color: #559EFE; }

 a { background-color: rgb(85,158,254); }

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

border-color css

<style>
 span { border-color: #559EFE; }

 span { border-color: rgb(85,158,254); }

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