Html Css Color HEX #559EFB Cornflower Blue

📋 copy color: '#559EFB'

red 85 ◦ green 158 ◦ blue 251

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

Shades of Cornflower Blue #559EFB

Tints of Cornflower Blue #559EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 17.21%
G = 31.98%
B = 50.81%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#559EFB (or 0x559EFB) is known color: Cornflower Blue. HEX triplet: 55, 9E and FB. RGB value is (85,158,251). Sum of RGB (Red+Green+Blue) = 85+158+251=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #559EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559EFB is #AA6104. Grayscale: #929292. Windows color (decimal): -11165957 or 16490069. OLE color: 16490069.

HSL color Cylindrical-coordinate representation of color #559EFB: hue angle of 213.61º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #559EFB is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 158 251 -
CMYK 0.66 0.37 0 0.02
HSL 213.61º 0.95% 0.66% -
HSV(B) 213.61º 0.66% 0.98% -
XYZ 33.39 33.35 95.94 -
YUV 146.78 186.82 83.94 -
System Red Green Blue C M Y K H S L
Decimal 85 158 251 0.66 0.37 0 0.02 213.61 0.95 0.66
Hex 55 9E FB 42 25 0 2 D6 5F 42
Octal 125 236 373 102 45 0 2 326 137 102
Binary 1010101 10011110 11111011 1000010 100101 0 10 11010110 1011111 1000010

Color Harmonies of #559EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EFB

Black with #559EFB

Text Example


Text Example

White with #559EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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