Html Css Color HEX #559BF3 Cornflower Blue

📋 copy color: '#559BF3'

red 85 ◦ green 155 ◦ blue 243

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

Shades of Cornflower Blue #559BF3

Tints of Cornflower Blue #559BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.31%

R = 17.6%
G = 32.09%
B = 50.31%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#559BF3 (or 0x559BF3) is known color: Cornflower Blue. HEX triplet: 55, 9B and F3. RGB value is (85,155,243). Sum of RGB (Red+Green+Blue) = 85+155+243=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #559BF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559BF3 is #AA640C. Grayscale: #8F8F8F. Windows color (decimal): -11166733 or 15965013. OLE color: 15965013.

HSL color Cylindrical-coordinate representation of color #559BF3: hue angle of 213.42º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #559BF3 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 155 243 -
CMYK 0.65 0.36 0 0.05
HSL 213.42º 0.87% 0.64% -
HSV(B) 213.42º 0.65% 0.95% -
XYZ 31.65 31.85 89.27 -
YUV 144.1 183.81 85.84 -
System Red Green Blue C M Y K H S L
Decimal 85 155 243 0.65 0.36 0 0.05 213.42 0.87 0.64
Hex 55 9B F3 41 24 0 5 D5 57 40
Octal 125 233 363 101 44 0 5 325 127 100
Binary 1010101 10011011 11110011 1000001 100100 0 101 11010101 1010111 1000000

Color Harmonies of #559BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559BF3

Black with #559BF3

Text Example


Text Example

White with #559BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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