Html Css Color HEX #559CF6 Cornflower Blue

📋 copy color: '#559CF6'

red 85 ◦ green 156 ◦ blue 246

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

Shades of Cornflower Blue #559CF6

Tints of Cornflower Blue #559CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.51%

R = 17.45%
G = 32.03%
B = 50.51%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#559CF6 (or 0x559CF6) is known color: Cornflower Blue. HEX triplet: 55, 9C and F6. RGB value is (85,156,246). Sum of RGB (Red+Green+Blue) = 85+156+246=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #559CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559CF6 is #AA6309. Grayscale: #909090. Windows color (decimal): -11166474 or 16161877. OLE color: 16161877.

HSL color Cylindrical-coordinate representation of color #559CF6: hue angle of 213.54º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #559CF6 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 156 246 -
CMYK 0.65 0.37 0 0.04
HSL 213.54º 0.9% 0.65% -
HSV(B) 213.54º 0.65% 0.96% -
XYZ 32.27 32.36 91.73 -
YUV 145.03 184.98 85.18 -
System Red Green Blue C M Y K H S L
Decimal 85 156 246 0.65 0.37 0 0.04 213.54 0.9 0.65
Hex 55 9C F6 41 25 0 4 D6 5A 41
Octal 125 234 366 101 45 0 4 326 132 101
Binary 1010101 10011100 11110110 1000001 100101 0 100 11010110 1011010 1000001

Color Harmonies of #559CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CF6

Black with #559CF6

Text Example


Text Example

White with #559CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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