Html Css Color HEX #559EF2 Cornflower Blue

📋 copy color: '#559EF2'

red 85 ◦ green 158 ◦ blue 242

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

Shades of Cornflower Blue #559EF2

Tints of Cornflower Blue #559EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.9%

R = 17.53%
G = 32.58%
B = 49.9%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#559EF2 (or 0x559EF2) is known color: Cornflower Blue. HEX triplet: 55, 9E and F2. RGB value is (85,158,242). Sum of RGB (Red+Green+Blue) = 85+158+242=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #559EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559EF2 is #AA610D. Grayscale: #919191. Windows color (decimal): -11165966 or 15900245. OLE color: 15900245.

HSL color Cylindrical-coordinate representation of color #559EF2: hue angle of 212.1º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #559EF2 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 158 242 -
CMYK 0.65 0.35 0 0.05
HSL 212.1º 0.86% 0.64% -
HSV(B) 212.1º 0.65% 0.95% -
XYZ 32 32.8 88.65 -
YUV 145.75 182.32 84.67 -
System Red Green Blue C M Y K H S L
Decimal 85 158 242 0.65 0.35 0 0.05 212.1 0.86 0.64
Hex 55 9E F2 41 23 0 5 D4 56 40
Octal 125 236 362 101 43 0 5 324 126 100
Binary 1010101 10011110 11110010 1000001 100011 0 101 11010100 1010110 1000000

Color Harmonies of #559EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EF2

Black with #559EF2

Text Example


Text Example

White with #559EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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