Html Css Color HEX #558CF3 Cornflower Blue

📋 copy color: '#558CF3'

red 85 ◦ green 140 ◦ blue 243

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

Shades of Cornflower Blue #558CF3

Tints of Cornflower Blue #558CF3

RGB

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

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

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

R = 18.16%
G = 29.91%
B = 51.92%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#558CF3 (or 0x558CF3) is known color: Cornflower Blue. HEX triplet: 55, 8C and F3. RGB value is (85,140,243). Sum of RGB (Red+Green+Blue) = 85+140+243=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #558CF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558CF3 is #AA730C. Grayscale: #868686. Windows color (decimal): -11170573 or 15961173. OLE color: 15961173.

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

Color convert

RGB 85 140 243 -
CMYK 0.65 0.42 0 0.05
HSL 219.11º 0.87% 0.64% -
HSV(B) 219.11º 0.65% 0.95% -
XYZ 29.3 27.16 88.49 -
YUV 135.3 188.78 92.12 -
System Red Green Blue C M Y K H S L
Decimal 85 140 243 0.65 0.42 0 0.05 219.11 0.87 0.64
Hex 55 8C F3 41 2A 0 5 DB 57 40
Octal 125 214 363 101 52 0 5 333 127 100
Binary 1010101 10001100 11110011 1000001 101010 0 101 11011011 1010111 1000000

Color Harmonies of #558CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558CF3

Black with #558CF3

Text Example


Text Example

White with #558CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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