Html Css Color HEX #558CFD Cornflower Blue

📋 copy color: '#558CFD'

red 85 ◦ green 140 ◦ blue 253

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

Shades of Cornflower Blue #558CFD

Tints of Cornflower Blue #558CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.29%

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

R = 17.78%
G = 29.29%
B = 52.93%

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

#558CFD (or 0x558CFD) is known color: Cornflower Blue. HEX triplet: 55, 8C and FD. RGB value is (85,140,253). Sum of RGB (Red+Green+Blue) = 85+140+253=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #558CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558CFD is #AA7302. Grayscale: #878787. Windows color (decimal): -11170563 or 16616533. OLE color: 16616533.

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

Color convert

RGB 85 140 253 -
CMYK 0.66 0.45 0 0.01
HSL 220.36º 0.98% 0.66% -
HSV(B) 220.36º 0.66% 0.99% -
XYZ 30.85 27.78 96.66 -
YUV 136.44 193.78 91.31 -
System Red Green Blue C M Y K H S L
Decimal 85 140 253 0.66 0.45 0 0.01 220.36 0.98 0.66
Hex 55 8C FD 42 2D 0 1 DC 62 42
Octal 125 214 375 102 55 0 1 334 142 102
Binary 1010101 10001100 11111101 1000010 101101 0 1 11011100 1100010 1000010

Color Harmonies of #558CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558CFD

Black with #558CFD

Text Example


Text Example

White with #558CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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