Html Css Color HEX #559AF2 Cornflower Blue

📋 copy color: '#559AF2'

red 85 ◦ green 154 ◦ blue 242

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

Shades of Cornflower Blue #559AF2

Tints of Cornflower Blue #559AF2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.02%

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

R = 17.67%
G = 32.02%
B = 50.31%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#559AF2 (or 0x559AF2) is known color: Cornflower Blue. HEX triplet: 55, 9A and F2. RGB value is (85,154,242). Sum of RGB (Red+Green+Blue) = 85+154+242=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #559AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559AF2 is #AA650D. Grayscale: #8E8E8E. Windows color (decimal): -11166990 or 15899221. OLE color: 15899221.

HSL color Cylindrical-coordinate representation of color #559AF2: hue angle of 213.63º 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 #559AF2 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 154 242 -
CMYK 0.65 0.36 0 0.05
HSL 213.63º 0.86% 0.64% -
HSV(B) 213.63º 0.65% 0.95% -
XYZ 31.33 31.45 88.42 -
YUV 143.4 183.64 86.34 -
System Red Green Blue C M Y K H S L
Decimal 85 154 242 0.65 0.36 0 0.05 213.63 0.86 0.64
Hex 55 9A F2 41 24 0 5 D6 56 40
Octal 125 232 362 101 44 0 5 326 126 100
Binary 1010101 10011010 11110010 1000001 100100 0 101 11010110 1010110 1000000

Color Harmonies of #559AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559AF2

Black with #559AF2

Text Example


Text Example

White with #559AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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