Html Css Color HEX #2379EC Dodger Blue

📋 copy color: '#2379EC'

red 35 ◦ green 121 ◦ blue 236

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

Shades of Dodger Blue #2379EC

Tints of Dodger Blue #2379EC

RGB

 RED value IS 35 (14.06% from 255) = 8.93%

 GREEN value IS 121 (47.66% from 255) = 30.87%

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

R = 8.93%
G = 30.87%
B = 60.2%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2379EC (or 0x2379EC) is known color: Dodger Blue. HEX triplet: 23, 79 and EC. RGB value is (35,121,236). Sum of RGB (Red+Green+Blue) = 35+121+236=392 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.93% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #2379EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2379EC is #DC8613. Grayscale: #6B6B6B. Windows color (decimal): -14452244 or 15497507. OLE color: 15497507.

HSL color Cylindrical-coordinate representation of color #2379EC: hue angle of 214.33º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2379EC is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 121 236 -
CMYK 0.85 0.49 0 0.07
HSL 214.33º 0.84% 0.53% -
HSV(B) 214.33º 0.85% 0.93% -
XYZ 22.67 20.09 82.04 -
YUV 108.4 200.01 75.65 -
System Red Green Blue C M Y K H S L
Decimal 35 121 236 0.85 0.49 0 0.07 214.33 0.84 0.53
Hex 23 79 EC 55 31 0 7 D6 54 35
Octal 43 171 354 125 61 0 7 326 124 65
Binary 100011 1111001 11101100 1010101 110001 0 111 11010110 1010100 110101

Color Harmonies of #2379EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2379EC

Black with #2379EC

Text Example


Text Example

White with #2379EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,121,236); }

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

background-color css

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

 a { background-color: rgb(35,121,236); }

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

border-color css

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

 span { border-color: rgb(35,121,236); }

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