Html Css Color HEX #559EF3 Cornflower Blue

📋 copy color: '#559EF3'

red 85 ◦ green 158 ◦ blue 243

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

Shades of Cornflower Blue #559EF3

Tints of Cornflower Blue #559EF3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.51%

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

R = 17.49%
G = 32.51%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#559EF3 (or 0x559EF3) is known color: Cornflower Blue. HEX triplet: 55, 9E and F3. RGB value is (85,158,243). Sum of RGB (Red+Green+Blue) = 85+158+243=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #559EF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559EF3 is #AA610C. Grayscale: #919191. Windows color (decimal): -11165965 or 15965781. OLE color: 15965781.

HSL color Cylindrical-coordinate representation of color #559EF3: hue angle of 212.28º 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 #559EF3 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 158 243 -
CMYK 0.65 0.35 0 0.05
HSL 212.28º 0.87% 0.64% -
HSV(B) 212.28º 0.65% 0.95% -
XYZ 32.15 32.86 89.44 -
YUV 145.86 182.82 84.59 -
System Red Green Blue C M Y K H S L
Decimal 85 158 243 0.65 0.35 0 0.05 212.28 0.87 0.64
Hex 55 9E F3 41 23 0 5 D4 57 40
Octal 125 236 363 101 43 0 5 324 127 100
Binary 1010101 10011110 11110011 1000001 100011 0 101 11010100 1010111 1000000

Color Harmonies of #559EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EF3

Black with #559EF3

Text Example


Text Example

White with #559EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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