Html Css Color HEX #558FFD Cornflower Blue

📋 copy color: '#558FFD'

red 85 ◦ green 143 ◦ blue 253

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

Shades of Cornflower Blue #558FFD

Tints of Cornflower Blue #558FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.73%

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 17.67%
G = 29.73%
B = 52.6%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#558FFD (or 0x558FFD) is known color: Cornflower Blue. HEX triplet: 55, 8F and FD. RGB value is (85,143,253). Sum of RGB (Red+Green+Blue) = 85+143+253=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #558FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558FFD is #AA7002. Grayscale: #898989. Windows color (decimal): -11169795 or 16617301. OLE color: 16617301.

HSL color Cylindrical-coordinate representation of color #558FFD: hue angle of 219.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #558FFD is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 143 253 -
CMYK 0.66 0.43 0 0.01
HSL 219.29º 0.98% 0.66% -
HSV(B) 219.29º 0.66% 0.99% -
XYZ 31.3 28.67 96.81 -
YUV 138.2 192.78 90.06 -
System Red Green Blue C M Y K H S L
Decimal 85 143 253 0.66 0.43 0 0.01 219.29 0.98 0.66
Hex 55 8F FD 42 2B 0 1 DB 62 42
Octal 125 217 375 102 53 0 1 333 142 102
Binary 1010101 10001111 11111101 1000010 101011 0 1 11011011 1100010 1000010

Color Harmonies of #558FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FFD

Black with #558FFD

Text Example


Text Example

White with #558FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,143,253); }

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

background-color css

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

 a { background-color: rgb(85,143,253); }

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

border-color css

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

 span { border-color: rgb(85,143,253); }

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