Html Css Color HEX #558DFF Cornflower Blue

📋 copy color: '#558DFF'

red 85 ◦ green 141 ◦ blue 255

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

Shades of Cornflower Blue #558DFF

Tints of Cornflower Blue #558DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.31%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 17.67%
G = 29.31%
B = 53.01%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#558DFF (or 0x558DFF) is known color: Cornflower Blue. HEX triplet: 55, 8D and FF. RGB value is (85,141,255). Sum of RGB (Red+Green+Blue) = 85+141+255=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #558DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558DFF is #AA7200. Grayscale: #888888. Windows color (decimal): -11170305 or 16747861. OLE color: 16747861.

HSL color Cylindrical-coordinate representation of color #558DFF: hue angle of 220.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #558DFF is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 141 255 -
CMYK 0.67 0.45 0 0
HSL 220.24º 1% 0.67% -
HSV(B) 220.24º 0.67% 1% -
XYZ 31.32 28.2 98.4 -
YUV 137.25 194.45 90.73 -
System Red Green Blue C M Y K H S L
Decimal 85 141 255 0.67 0.45 0 0 220.24 1 0.67
Hex 55 8D FF 43 2D 0 0 DC 64 43
Octal 125 215 377 103 55 0 0 334 144 103
Binary 1010101 10001101 11111111 1000011 101101 0 0 11011100 1100100 1000011

Color Harmonies of #558DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558DFF

Black with #558DFF

Text Example


Text Example

White with #558DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,141,255); }

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

background-color css

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

 a { background-color: rgb(85,141,255); }

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

border-color css

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

 span { border-color: rgb(85,141,255); }

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