Html Css Color HEX #2072ED Dodger Blue

📋 copy color: '#2072ED'

red 32 ◦ green 114 ◦ blue 237

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

Shades of Dodger Blue #2072ED

Tints of Dodger Blue #2072ED

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.77%

 BLUE value IS 237 (92.97% from 255) = 61.88%

R = 8.36%
G = 29.77%
B = 61.88%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2072ED (or 0x2072ED) is known color: Dodger Blue. HEX triplet: 20, 72 and ED. RGB value is (32,114,237). Sum of RGB (Red+Green+Blue) = 32+114+237=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #2072ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2072ED is #DF8D12. Grayscale: #666666. Windows color (decimal): -14650643 or 15561248. OLE color: 15561248.

HSL color Cylindrical-coordinate representation of color #2072ED: hue angle of 216º degrees, saturation: 0.85, 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 #2072ED is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 114 237 -
CMYK 0.86 0.52 0 0.07
HSL 216º 0.85% 0.53% -
HSV(B) 216º 0.86% 0.93% -
XYZ 21.9 18.46 82.53 -
YUV 103.5 203.33 77 -
System Red Green Blue C M Y K H S L
Decimal 32 114 237 0.86 0.52 0 0.07 216 0.85 0.53
Hex 20 72 ED 56 34 0 7 D8 55 35
Octal 40 162 355 126 64 0 7 330 125 65
Binary 100000 1110010 11101101 1010110 110100 0 111 11011000 1010101 110101

Color Harmonies of #2072ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2072ED

Black with #2072ED

Text Example


Text Example

White with #2072ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2072ED; }

 p { color: rgb(32,114,237); }

 H1.HeaderClassName
 {
   color: #2072ED;
 }
 .AnyTagClassName
 {
   color: #2072ED;
 }
</style>

background-color css

<style>
 a { background-color: #2072ED; }

 a { background-color: rgb(32,114,237); }

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

border-color css

<style>
 span { border-color: #2072ED; }

 span { border-color: rgb(32,114,237); }

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