Html Css Color HEX #2076EB Dodger Blue

📋 copy color: '#2076EB'

red 32 ◦ green 118 ◦ blue 235

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

Shades of Dodger Blue #2076EB

Tints of Dodger Blue #2076EB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 8.31%
G = 30.65%
B = 61.04%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2076EB (or 0x2076EB) is known color: Dodger Blue. HEX triplet: 20, 76 and EB. RGB value is (32,118,235). Sum of RGB (Red+Green+Blue) = 32+118+235=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #2076EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2076EB is #DF8914. Grayscale: #696969. Windows color (decimal): -14649621 or 15431200. OLE color: 15431200.

HSL color Cylindrical-coordinate representation of color #2076EB: hue angle of 214.58º 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 #2076EB is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 118 235 -
CMYK 0.86 0.50 0 0.08
HSL 214.58º 0.84% 0.52% -
HSV(B) 214.58º 0.86% 0.92% -
XYZ 22.07 19.26 81.15 -
YUV 105.62 201.01 75.49 -
System Red Green Blue C M Y K H S L
Decimal 32 118 235 0.86 0.50 0 0.08 214.58 0.84 0.52
Hex 20 76 EB 56 32 0 8 D7 54 34
Octal 40 166 353 126 62 0 10 327 124 64
Binary 100000 1110110 11101011 1010110 110010 0 1000 11010111 1010100 110100

Color Harmonies of #2076EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2076EB

Black with #2076EB

Text Example


Text Example

White with #2076EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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