Html Css Color HEX #559FFE Cornflower Blue

📋 copy color: '#559FFE'

red 85 ◦ green 159 ◦ blue 254

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

Shades of Cornflower Blue #559FFE

Tints of Cornflower Blue #559FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51%

R = 17.07%
G = 31.93%
B = 51%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#559FFE (or 0x559FFE) is known color: Cornflower Blue. HEX triplet: 55, 9F and FE. RGB value is (85,159,254). Sum of RGB (Red+Green+Blue) = 85+159+254=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #559FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559FFE is #AA6001. Grayscale: #939393. Windows color (decimal): -11165698 or 16686933. OLE color: 16686933.

HSL color Cylindrical-coordinate representation of color #559FFE: hue angle of 213.73º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #559FFE is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 159 254 -
CMYK 0.67 0.37 0 0.00
HSL 213.73º 0.99% 0.66% -
HSV(B) 213.73º 0.67% 1% -
XYZ 34.03 33.88 98.51 -
YUV 147.7 187.98 83.28 -
System Red Green Blue C M Y K H S L
Decimal 85 159 254 0.67 0.37 0 0.00 213.73 0.99 0.66
Hex 55 9F FE 43 25 0 0 D6 63 42
Octal 125 237 376 103 45 0 0 326 143 102
Binary 1010101 10011111 11111110 1000011 100101 0 0 11010110 1100011 1000010

Color Harmonies of #559FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559FFE

Black with #559FFE

Text Example


Text Example

White with #559FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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