Html Css Color HEX #2073EC Dodger Blue

📋 copy color: '#2073EC'

red 32 ◦ green 115 ◦ blue 236

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

Shades of Dodger Blue #2073EC

Tints of Dodger Blue #2073EC

RGB

 RED value IS 32 (12.89% from 255) = 8.36%

 GREEN value IS 115 (45.31% from 255) = 30.03%

 BLUE value IS 236 (92.58% from 255) = 61.62%

R = 8.36%
G = 30.03%
B = 61.62%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2073EC (or 0x2073EC) is known color: Dodger Blue. HEX triplet: 20, 73 and EC. RGB value is (32,115,236). Sum of RGB (Red+Green+Blue) = 32+115+236=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #2073EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2073EC is #DF8C13. Grayscale: #676767. Windows color (decimal): -14650388 or 15495968. OLE color: 15495968.

HSL color Cylindrical-coordinate representation of color #2073EC: hue angle of 215.59º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2073EC is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 115 236 -
CMYK 0.86 0.51 0 0.07
HSL 215.59º 0.84% 0.53% -
HSV(B) 215.59º 0.86% 0.93% -
XYZ 21.87 18.62 81.8 -
YUV 103.98 202.5 76.66 -
System Red Green Blue C M Y K H S L
Decimal 32 115 236 0.86 0.51 0 0.07 215.59 0.84 0.53
Hex 20 73 EC 56 33 0 7 D8 54 35
Octal 40 163 354 126 63 0 7 330 124 65
Binary 100000 1110011 11101100 1010110 110011 0 111 11011000 1010100 110101

Color Harmonies of #2073EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2073EC

Black with #2073EC

Text Example


Text Example

White with #2073EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2073EC; }

 p { color: rgb(32,115,236); }

 H1.HeaderClassName
 {
   color: #2073EC;
 }
 .AnyTagClassName
 {
   color: #2073EC;
 }
</style>

background-color css

<style>
 a { background-color: #2073EC; }

 a { background-color: rgb(32,115,236); }

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

border-color css

<style>
 span { border-color: #2073EC; }

 span { border-color: rgb(32,115,236); }

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