Html Css Color HEX #559EFF Cornflower Blue

📋 copy color: '#559EFF'

red 85 ◦ green 158 ◦ blue 255

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

Shades of Cornflower Blue #559EFF

Tints of Cornflower Blue #559EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 17.07%
G = 31.73%
B = 51.2%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#559EFF (or 0x559EFF) is known color: Cornflower Blue. HEX triplet: 55, 9E and FF. RGB value is (85,158,255). Sum of RGB (Red+Green+Blue) = 85+158+255=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #559EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559EFF is #AA6100. Grayscale: #929292. Windows color (decimal): -11165953 or 16752213. OLE color: 16752213.

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

Color convert

RGB 85 158 255 -
CMYK 0.67 0.38 0 0
HSL 214.24º 1% 0.67% -
HSV(B) 214.24º 0.67% 1% -
XYZ 34.02 33.61 99.3 -
YUV 147.23 188.82 83.61 -
System Red Green Blue C M Y K H S L
Decimal 85 158 255 0.67 0.38 0 0 214.24 1 0.67
Hex 55 9E FF 43 26 0 0 D6 64 43
Octal 125 236 377 103 46 0 0 326 144 103
Binary 1010101 10011110 11111111 1000011 100110 0 0 11010110 1100100 1000011

Color Harmonies of #559EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EFF

Black with #559EFF

Text Example


Text Example

White with #559EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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