Html Css Color HEX #559CF4 Cornflower Blue

📋 copy color: '#559CF4'

red 85 ◦ green 156 ◦ blue 244

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

Shades of Cornflower Blue #559CF4

Tints of Cornflower Blue #559CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.31%

R = 17.53%
G = 32.16%
B = 50.31%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#559CF4 (or 0x559CF4) is known color: Cornflower Blue. HEX triplet: 55, 9C and F4. RGB value is (85,156,244). Sum of RGB (Red+Green+Blue) = 85+156+244=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #559CF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559CF4 is #AA630B. Grayscale: #909090. Windows color (decimal): -11166476 or 16030805. OLE color: 16030805.

HSL color Cylindrical-coordinate representation of color #559CF4: hue angle of 213.21º degrees, saturation: 0.88, 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 #559CF4 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 156 244 -
CMYK 0.65 0.36 0 0.04
HSL 213.21º 0.88% 0.65% -
HSV(B) 213.21º 0.65% 0.96% -
XYZ 31.96 32.24 90.13 -
YUV 144.8 183.98 85.34 -
System Red Green Blue C M Y K H S L
Decimal 85 156 244 0.65 0.36 0 0.04 213.21 0.88 0.65
Hex 55 9C F4 41 24 0 4 D5 58 41
Octal 125 234 364 101 44 0 4 325 130 101
Binary 1010101 10011100 11110100 1000001 100100 0 100 11010101 1011000 1000001

Color Harmonies of #559CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CF4

Black with #559CF4

Text Example


Text Example

White with #559CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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