Html Css Color HEX #559CFC Cornflower Blue

📋 copy color: '#559CFC'

red 85 ◦ green 156 ◦ blue 252

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

Shades of Cornflower Blue #559CFC

Tints of Cornflower Blue #559CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.64%

 BLUE value IS 252 (98.83% from 255) = 51.12%

R = 17.24%
G = 31.64%
B = 51.12%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#559CFC (or 0x559CFC) is known color: Cornflower Blue. HEX triplet: 55, 9C and FC. RGB value is (85,156,252). Sum of RGB (Red+Green+Blue) = 85+156+252=493 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.24% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #559CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559CFC is #AA6303. Grayscale: #919191. Windows color (decimal): -11166468 or 16555093. OLE color: 16555093.

HSL color Cylindrical-coordinate representation of color #559CFC: hue angle of 214.49º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #559CFC is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 156 252 -
CMYK 0.66 0.38 0 0.01
HSL 214.49º 0.97% 0.66% -
HSV(B) 214.49º 0.66% 0.99% -
XYZ 33.21 32.74 96.66 -
YUV 145.72 187.98 84.69 -
System Red Green Blue C M Y K H S L
Decimal 85 156 252 0.66 0.38 0 0.01 214.49 0.97 0.66
Hex 55 9C FC 42 26 0 1 D6 61 42
Octal 125 234 374 102 46 0 1 326 141 102
Binary 1010101 10011100 11111100 1000010 100110 0 1 11010110 1100001 1000010

Color Harmonies of #559CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CFC

Black with #559CFC

Text Example


Text Example

White with #559CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,156,252); }

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

background-color css

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

 a { background-color: rgb(85,156,252); }

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

border-color css

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

 span { border-color: rgb(85,156,252); }

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