Html Css Color HEX #559EFD Cornflower Blue

📋 copy color: '#559EFD'

red 85 ◦ green 158 ◦ blue 253

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

Shades of Cornflower Blue #559EFD

Tints of Cornflower Blue #559EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.01%

R = 17.14%
G = 31.85%
B = 51.01%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#559EFD (or 0x559EFD) is known color: Cornflower Blue. HEX triplet: 55, 9E and FD. RGB value is (85,158,253). Sum of RGB (Red+Green+Blue) = 85+158+253=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #559EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559EFD is #AA6102. Grayscale: #929292. Windows color (decimal): -11165955 or 16621141. OLE color: 16621141.

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

Color convert

RGB 85 158 253 -
CMYK 0.66 0.38 0 0.01
HSL 213.93º 0.98% 0.66% -
HSV(B) 213.93º 0.66% 0.99% -
XYZ 33.7 33.48 97.61 -
YUV 147 187.82 83.78 -
System Red Green Blue C M Y K H S L
Decimal 85 158 253 0.66 0.38 0 0.01 213.93 0.98 0.66
Hex 55 9E FD 42 26 0 1 D6 62 42
Octal 125 236 375 102 46 0 1 326 142 102
Binary 1010101 10011110 11111101 1000010 100110 0 1 11010110 1100010 1000010

Color Harmonies of #559EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EFD

Black with #559EFD

Text Example


Text Example

White with #559EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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