Html Css Color HEX #559FEA Cornflower Blue

📋 copy color: '#559FEA'

red 85 ◦ green 159 ◦ blue 234

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

Shades of Cornflower Blue #559FEA

Tints of Cornflower Blue #559FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.26%

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 17.78%
G = 33.26%
B = 48.95%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#559FEA (or 0x559FEA) is known color: Cornflower Blue. HEX triplet: 55, 9F and EA. RGB value is (85,159,234). Sum of RGB (Red+Green+Blue) = 85+159+234=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #559FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559FEA is #AA6015. Grayscale: #919191. Windows color (decimal): -11165718 or 15376213. OLE color: 15376213.

HSL color Cylindrical-coordinate representation of color #559FEA: hue angle of 210.2º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #559FEA is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 159 234 -
CMYK 0.64 0.32 0 0.08
HSL 210.2º 0.78% 0.63% -
HSV(B) 210.2º 0.64% 0.92% -
XYZ 31 32.67 82.51 -
YUV 145.42 177.98 84.9 -
System Red Green Blue C M Y K H S L
Decimal 85 159 234 0.64 0.32 0 0.08 210.2 0.78 0.63
Hex 55 9F EA 40 20 0 8 D2 4E 3F
Octal 125 237 352 100 40 0 10 322 116 77
Binary 1010101 10011111 11101010 1000000 100000 0 1000 11010010 1001110 111111

Color Harmonies of #559FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559FEA

Black with #559FEA

Text Example


Text Example

White with #559FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,159,234); }

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

background-color css

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

 a { background-color: rgb(85,159,234); }

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

border-color css

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

 span { border-color: rgb(85,159,234); }

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