Html Css Color HEX #2073EB Dodger Blue

📋 copy color: '#2073EB'

red 32 ◦ green 115 ◦ blue 235

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

Shades of Dodger Blue #2073EB

Tints of Dodger Blue #2073EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.52%

R = 8.38%
G = 30.1%
B = 61.52%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2073EB (or 0x2073EB) is known color: Dodger Blue. HEX triplet: 20, 73 and EB. RGB value is (32,115,235). Sum of RGB (Red+Green+Blue) = 32+115+235=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #2073EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2073EB is #DF8C14. Grayscale: #676767. Windows color (decimal): -14650389 or 15430432. OLE color: 15430432.

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

Color convert

RGB 32 115 235 -
CMYK 0.86 0.51 0 0.08
HSL 215.47º 0.84% 0.52% -
HSV(B) 215.47º 0.86% 0.92% -
XYZ 21.72 18.57 81.04 -
YUV 103.86 202 76.74 -
System Red Green Blue C M Y K H S L
Decimal 32 115 235 0.86 0.51 0 0.08 215.47 0.84 0.52
Hex 20 73 EB 56 33 0 8 D7 54 34
Octal 40 163 353 126 63 0 10 327 124 64
Binary 100000 1110011 11101011 1010110 110011 0 1000 11010111 1010100 110100

Color Harmonies of #2073EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2073EB

Black with #2073EB

Text Example


Text Example

White with #2073EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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