Html Css Color HEX #558EF6 Cornflower Blue

📋 copy color: '#558EF6'

red 85 ◦ green 142 ◦ blue 246

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

Shades of Cornflower Blue #558EF6

Tints of Cornflower Blue #558EF6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.02%

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

R = 17.97%
G = 30.02%
B = 52.01%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#558EF6 (or 0x558EF6) is known color: Cornflower Blue. HEX triplet: 55, 8E and F6. RGB value is (85,142,246). Sum of RGB (Red+Green+Blue) = 85+142+246=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #558EF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558EF6 is #AA7109. Grayscale: #888888. Windows color (decimal): -11170058 or 16158293. OLE color: 16158293.

HSL color Cylindrical-coordinate representation of color #558EF6: hue angle of 218.76º 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 #558EF6 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 142 246 -
CMYK 0.65 0.42 0 0.04
HSL 218.76º 0.9% 0.65% -
HSV(B) 218.76º 0.65% 0.96% -
XYZ 30.05 27.93 91 -
YUV 136.81 189.62 91.04 -
System Red Green Blue C M Y K H S L
Decimal 85 142 246 0.65 0.42 0 0.04 218.76 0.9 0.65
Hex 55 8E F6 41 2A 0 4 DB 5A 41
Octal 125 216 366 101 52 0 4 333 132 101
Binary 1010101 10001110 11110110 1000001 101010 0 100 11011011 1011010 1000001

Color Harmonies of #558EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558EF6

Black with #558EF6

Text Example


Text Example

White with #558EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558EF6; }

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

 H1.HeaderClassName
 {
   color: #558EF6;
 }
 .AnyTagClassName
 {
   color: #558EF6;
 }
</style>

background-color css

<style>
 a { background-color: #558EF6; }

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

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

border-color css

<style>
 span { border-color: #558EF6; }

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

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