Html Css Color HEX #559BFE Cornflower Blue

📋 copy color: '#559BFE'

red 85 ◦ green 155 ◦ blue 254

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

Shades of Cornflower Blue #559BFE

Tints of Cornflower Blue #559BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.38%

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

R = 17.21%
G = 31.38%
B = 51.42%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#559BFE (or 0x559BFE) is known color: Cornflower Blue. HEX triplet: 55, 9B and FE. RGB value is (85,155,254). Sum of RGB (Red+Green+Blue) = 85+155+254=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #559BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559BFE is #AA6401. Grayscale: #909090. Windows color (decimal): -11166722 or 16685909. OLE color: 16685909.

HSL color Cylindrical-coordinate representation of color #559BFE: hue angle of 215.15º 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 #559BFE is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 155 254 -
CMYK 0.67 0.39 0 0.00
HSL 215.15º 0.99% 0.66% -
HSV(B) 215.15º 0.67% 1% -
XYZ 33.36 32.53 98.29 -
YUV 145.36 189.31 84.95 -
System Red Green Blue C M Y K H S L
Decimal 85 155 254 0.67 0.39 0 0.00 215.15 0.99 0.66
Hex 55 9B FE 43 27 0 0 D7 63 42
Octal 125 233 376 103 47 0 0 327 143 102
Binary 1010101 10011011 11111110 1000011 100111 0 0 11010111 1100011 1000010

Color Harmonies of #559BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559BFE

Black with #559BFE

Text Example


Text Example

White with #559BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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