Html Css Color HEX #559EFC Cornflower Blue

📋 copy color: '#559EFC'

red 85 ◦ green 158 ◦ blue 252

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

Shades of Cornflower Blue #559EFC

Tints of Cornflower Blue #559EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 17.17%
G = 31.92%
B = 50.91%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#559EFC (or 0x559EFC) is known color: Cornflower Blue. HEX triplet: 55, 9E and FC. RGB value is (85,158,252). Sum of RGB (Red+Green+Blue) = 85+158+252=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #559EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559EFC is #AA6103. Grayscale: #929292. Windows color (decimal): -11165956 or 16555605. OLE color: 16555605.

HSL color Cylindrical-coordinate representation of color #559EFC: hue angle of 213.77º degrees, saturation: 0.97, 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 #559EFC is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 158 252 -
CMYK 0.66 0.37 0 0.01
HSL 213.77º 0.97% 0.66% -
HSV(B) 213.77º 0.66% 0.99% -
XYZ 33.54 33.41 96.78 -
YUV 146.89 187.32 83.86 -
System Red Green Blue C M Y K H S L
Decimal 85 158 252 0.66 0.37 0 0.01 213.77 0.97 0.66
Hex 55 9E FC 42 25 0 1 D6 61 42
Octal 125 236 374 102 45 0 1 326 141 102
Binary 1010101 10011110 11111100 1000010 100101 0 1 11010110 1100001 1000010

Color Harmonies of #559EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EFC

Black with #559EFC

Text Example


Text Example

White with #559EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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