Html Css Color HEX #5D7EDC Cornflower Blue

📋 copy color: '#5D7EDC'

red 93 ◦ green 126 ◦ blue 220

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

Shades of Cornflower Blue #5D7EDC

Tints of Cornflower Blue #5D7EDC

RGB

 RED value IS 93 (36.72% from 255) = 21.18%

 GREEN value IS 126 (49.61% from 255) = 28.7%

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 21.18%
G = 28.7%
B = 50.11%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D7EDC (or 0x5D7EDC) is known color: Cornflower Blue. HEX triplet: 5D, 7E and DC. RGB value is (93,126,220). Sum of RGB (Red+Green+Blue) = 93+126+220=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D7EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7EDC is #A28123. Grayscale: #7E7E7E. Windows color (decimal): -10649892 or 14450269. OLE color: 14450269.

HSL color Cylindrical-coordinate representation of color #5D7EDC: hue angle of 224.41º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D7EDC is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 126 220 -
CMYK 0.58 0.43 0 0.14
HSL 224.41º 0.64% 0.61% -
HSV(B) 224.41º 0.58% 0.86% -
XYZ 24.89 22.42 70.72 -
YUV 126.85 180.57 103.86 -
System Red Green Blue C M Y K H S L
Decimal 93 126 220 0.58 0.43 0 0.14 224.41 0.64 0.61
Hex 5D 7E DC 3A 2B 0 E E0 40 3D
Octal 135 176 334 72 53 0 16 340 100 75
Binary 1011101 1111110 11011100 111010 101011 0 1110 11100000 1000000 111101

Color Harmonies of #5D7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7EDC

Black with #5D7EDC

Text Example


Text Example

White with #5D7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D7EDC; }

 p { color: rgb(93,126,220); }

 H1.HeaderClassName
 {
   color: #5D7EDC;
 }
 .AnyTagClassName
 {
   color: #5D7EDC;
 }
</style>

background-color css

<style>
 a { background-color: #5D7EDC; }

 a { background-color: rgb(93,126,220); }

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

border-color css

<style>
 span { border-color: #5D7EDC; }

 span { border-color: rgb(93,126,220); }

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