Html Css Color HEX #558BF8 Cornflower Blue

📋 copy color: '#558BF8'

red 85 ◦ green 139 ◦ blue 248

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

Shades of Cornflower Blue #558BF8

Tints of Cornflower Blue #558BF8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.45%

 BLUE value IS 248 (97.27% from 255) = 52.54%

R = 18.01%
G = 29.45%
B = 52.54%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#558BF8 (or 0x558BF8) is known color: Cornflower Blue. HEX triplet: 55, 8B and F8. RGB value is (85,139,248). Sum of RGB (Red+Green+Blue) = 85+139+248=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #558BF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558BF8 is #AA7407. Grayscale: #868686. Windows color (decimal): -11170824 or 16288597. OLE color: 16288597.

HSL color Cylindrical-coordinate representation of color #558BF8: hue angle of 220.12º degrees, saturation: 0.92, 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 #558BF8 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 139 248 -
CMYK 0.66 0.44 0 0.03
HSL 220.12º 0.92% 0.65% -
HSV(B) 220.12º 0.66% 0.97% -
XYZ 29.92 27.17 92.47 -
YUV 135.28 191.61 92.14 -
System Red Green Blue C M Y K H S L
Decimal 85 139 248 0.66 0.44 0 0.03 220.12 0.92 0.65
Hex 55 8B F8 42 2C 0 3 DC 5C 41
Octal 125 213 370 102 54 0 3 334 134 101
Binary 1010101 10001011 11111000 1000010 101100 0 11 11011100 1011100 1000001

Color Harmonies of #558BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558BF8

Black with #558BF8

Text Example


Text Example

White with #558BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,139,248); }

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

background-color css

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

 a { background-color: rgb(85,139,248); }

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

border-color css

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

 span { border-color: rgb(85,139,248); }

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