Html Css Color HEX #558CF6 Cornflower Blue

📋 copy color: '#558CF6'

red 85 ◦ green 140 ◦ blue 246

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

Shades of Cornflower Blue #558CF6

Tints of Cornflower Blue #558CF6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.72%

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

R = 18.05%
G = 29.72%
B = 52.23%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#558CF6 (or 0x558CF6) is known color: Cornflower Blue. HEX triplet: 55, 8C and F6. RGB value is (85,140,246). Sum of RGB (Red+Green+Blue) = 85+140+246=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #558CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558CF6 is #AA7309. Grayscale: #878787. Windows color (decimal): -11170570 or 16157781. OLE color: 16157781.

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

Color convert

RGB 85 140 246 -
CMYK 0.65 0.43 0 0.04
HSL 219.5º 0.9% 0.65% -
HSV(B) 219.5º 0.65% 0.96% -
XYZ 29.76 27.34 90.9 -
YUV 135.64 190.28 91.88 -
System Red Green Blue C M Y K H S L
Decimal 85 140 246 0.65 0.43 0 0.04 219.5 0.9 0.65
Hex 55 8C F6 41 2B 0 4 DC 5A 41
Octal 125 214 366 101 53 0 4 334 132 101
Binary 1010101 10001100 11110110 1000001 101011 0 100 11011100 1011010 1000001

Color Harmonies of #558CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558CF6

Black with #558CF6

Text Example


Text Example

White with #558CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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