Html Css Color HEX #2072EA Dodger Blue

📋 copy color: '#2072EA'

red 32 ◦ green 114 ◦ blue 234

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

Shades of Dodger Blue #2072EA

Tints of Dodger Blue #2072EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.58%

R = 8.42%
G = 30%
B = 61.58%

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

#2072EA (or 0x2072EA) is known color: Dodger Blue. HEX triplet: 20, 72 and EA. RGB value is (32,114,234). Sum of RGB (Red+Green+Blue) = 32+114+234=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #2072EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2072EA is #DF8D15. Grayscale: #666666. Windows color (decimal): -14650646 or 15364640. OLE color: 15364640.

HSL color Cylindrical-coordinate representation of color #2072EA: hue angle of 215.64º degrees, saturation: 0.83, 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 #2072EA is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 114 234 -
CMYK 0.86 0.51 0 0.08
HSL 215.64º 0.83% 0.52% -
HSV(B) 215.64º 0.86% 0.92% -
XYZ 21.46 18.28 80.24 -
YUV 103.16 201.83 77.24 -
System Red Green Blue C M Y K H S L
Decimal 32 114 234 0.86 0.51 0 0.08 215.64 0.83 0.52
Hex 20 72 EA 56 33 0 8 D8 53 34
Octal 40 162 352 126 63 0 10 330 123 64
Binary 100000 1110010 11101010 1010110 110011 0 1000 11011000 1010011 110100

Color Harmonies of #2072EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2072EA

Black with #2072EA

Text Example


Text Example

White with #2072EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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