Html Css Color HEX #558EF7 Cornflower Blue

📋 copy color: '#558EF7'

red 85 ◦ green 142 ◦ blue 247

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

Shades of Cornflower Blue #558EF7

Tints of Cornflower Blue #558EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52.11%

R = 17.93%
G = 29.96%
B = 52.11%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#558EF7 (or 0x558EF7) is known color: Cornflower Blue. HEX triplet: 55, 8E and F7. RGB value is (85,142,247). Sum of RGB (Red+Green+Blue) = 85+142+247=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #558EF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558EF7 is #AA7108. Grayscale: #888888. Windows color (decimal): -11170057 or 16223829. OLE color: 16223829.

HSL color Cylindrical-coordinate representation of color #558EF7: hue angle of 218.89º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #558EF7 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 142 247 -
CMYK 0.66 0.43 0 0.03
HSL 218.89º 0.91% 0.65% -
HSV(B) 218.89º 0.66% 0.97% -
XYZ 30.21 27.99 91.81 -
YUV 136.93 190.12 90.96 -
System Red Green Blue C M Y K H S L
Decimal 85 142 247 0.66 0.43 0 0.03 218.89 0.91 0.65
Hex 55 8E F7 42 2B 0 3 DB 5B 41
Octal 125 216 367 102 53 0 3 333 133 101
Binary 1010101 10001110 11110111 1000010 101011 0 11 11011011 1011011 1000001

Color Harmonies of #558EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558EF7

Black with #558EF7

Text Example


Text Example

White with #558EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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