Html Css Color HEX #2074EC Dodger Blue

📋 copy color: '#2074EC'

red 32 ◦ green 116 ◦ blue 236

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

Shades of Dodger Blue #2074EC

Tints of Dodger Blue #2074EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.21%

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

R = 8.33%
G = 30.21%
B = 61.46%

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

#2074EC (or 0x2074EC) is known color: Dodger Blue. HEX triplet: 20, 74 and EC. RGB value is (32,116,236). Sum of RGB (Red+Green+Blue) = 32+116+236=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #2074EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2074EC is #DF8B13. Grayscale: #686868. Windows color (decimal): -14650132 or 15496224. OLE color: 15496224.

HSL color Cylindrical-coordinate representation of color #2074EC: hue angle of 215.29º 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 #2074EC is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 116 236 -
CMYK 0.86 0.51 0 0.07
HSL 215.29º 0.84% 0.53% -
HSV(B) 215.29º 0.86% 0.93% -
XYZ 21.98 18.85 81.84 -
YUV 104.56 202.17 76.24 -
System Red Green Blue C M Y K H S L
Decimal 32 116 236 0.86 0.51 0 0.07 215.29 0.84 0.53
Hex 20 74 EC 56 33 0 7 D7 54 35
Octal 40 164 354 126 63 0 7 327 124 65
Binary 100000 1110100 11101100 1010110 110011 0 111 11010111 1010100 110101

Color Harmonies of #2074EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2074EC

Black with #2074EC

Text Example


Text Example

White with #2074EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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