Html Css Color HEX #558CDF Cornflower Blue

📋 copy color: '#558CDF'

red 85 ◦ green 140 ◦ blue 223

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

Shades of Cornflower Blue #558CDF

Tints of Cornflower Blue #558CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 18.97%
G = 31.25%
B = 49.78%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#558CDF (or 0x558CDF) is known color: Cornflower Blue. HEX triplet: 55, 8C and DF. RGB value is (85,140,223). Sum of RGB (Red+Green+Blue) = 85+140+223=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #558CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CDF is #AA7320. Grayscale: #848484. Windows color (decimal): -11170593 or 14650453. OLE color: 14650453.

HSL color Cylindrical-coordinate representation of color #558CDF: hue angle of 216.09º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #558CDF is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 140 223 -
CMYK 0.62 0.37 0 0.13
HSL 216.09º 0.68% 0.6% -
HSV(B) 216.09º 0.62% 0.87% -
XYZ 26.44 26.02 73.44 -
YUV 133.02 178.78 93.75 -
System Red Green Blue C M Y K H S L
Decimal 85 140 223 0.62 0.37 0 0.13 216.09 0.68 0.6
Hex 55 8C DF 3E 25 0 D D8 44 3C
Octal 125 214 337 76 45 0 15 330 104 74
Binary 1010101 10001100 11011111 111110 100101 0 1101 11011000 1000100 111100

Color Harmonies of #558CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558CDF

Black with #558CDF

Text Example


Text Example

White with #558CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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