Html Css Color HEX #558BFD Cornflower Blue

📋 copy color: '#558BFD'

red 85 ◦ green 139 ◦ blue 253

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

Shades of Cornflower Blue #558BFD

Tints of Cornflower Blue #558BFD

RGB

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

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

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

R = 17.82%
G = 29.14%
B = 53.04%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#558BFD (or 0x558BFD) is known color: Cornflower Blue. HEX triplet: 55, 8B and FD. RGB value is (85,139,253). Sum of RGB (Red+Green+Blue) = 85+139+253=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #558BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558BFD is #AA7402. Grayscale: #878787. Windows color (decimal): -11170819 or 16616277. OLE color: 16616277.

HSL color Cylindrical-coordinate representation of color #558BFD: hue angle of 220.71º 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 #558BFD is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 139 253 -
CMYK 0.66 0.45 0 0.01
HSL 220.71º 0.98% 0.66% -
HSV(B) 220.71º 0.66% 0.99% -
XYZ 30.71 27.49 96.62 -
YUV 135.85 194.11 91.73 -
System Red Green Blue C M Y K H S L
Decimal 85 139 253 0.66 0.45 0 0.01 220.71 0.98 0.66
Hex 55 8B FD 42 2D 0 1 DD 62 42
Octal 125 213 375 102 55 0 1 335 142 102
Binary 1010101 10001011 11111101 1000010 101101 0 1 11011101 1100010 1000010

Color Harmonies of #558BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558BFD

Black with #558BFD

Text Example


Text Example

White with #558BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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