Html Css Color HEX #558BF4 Cornflower Blue

📋 copy color: '#558BF4'

red 85 ◦ green 139 ◦ blue 244

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

Shades of Cornflower Blue #558BF4

Tints of Cornflower Blue #558BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 52.14%

R = 18.16%
G = 29.7%
B = 52.14%

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

#558BF4 (or 0x558BF4) is known color: Cornflower Blue. HEX triplet: 55, 8B and F4. RGB value is (85,139,244). Sum of RGB (Red+Green+Blue) = 85+139+244=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #558BF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558BF4 is #AA740B. Grayscale: #868686. Windows color (decimal): -11170828 or 16026453. OLE color: 16026453.

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

Color convert

RGB 85 139 244 -
CMYK 0.65 0.43 0 0.04
HSL 219.62º 0.88% 0.65% -
HSV(B) 219.62º 0.65% 0.96% -
XYZ 29.31 26.93 89.24 -
YUV 134.82 189.61 92.46 -
System Red Green Blue C M Y K H S L
Decimal 85 139 244 0.65 0.43 0 0.04 219.62 0.88 0.65
Hex 55 8B F4 41 2B 0 4 DC 58 41
Octal 125 213 364 101 53 0 4 334 130 101
Binary 1010101 10001011 11110100 1000001 101011 0 100 11011100 1011000 1000001

Color Harmonies of #558BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558BF4

Black with #558BF4

Text Example


Text Example

White with #558BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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