Html Css Color HEX #2381EC Dodger Blue

📋 copy color: '#2381EC'

red 35 ◦ green 129 ◦ blue 236

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

Shades of Dodger Blue #2381EC

Tints of Dodger Blue #2381EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

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

R = 8.75%
G = 32.25%
B = 59%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2381EC (or 0x2381EC) is known color: Dodger Blue. HEX triplet: 23, 81 and EC. RGB value is (35,129,236). Sum of RGB (Red+Green+Blue) = 35+129+236=400 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #2381EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2381EC is #DC7E13. Grayscale: #707070. Windows color (decimal): -14450196 or 15499555. OLE color: 15499555.

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

Color convert

RGB 35 129 236 -
CMYK 0.85 0.45 0 0.07
HSL 211.94º 0.84% 0.53% -
HSV(B) 211.94º 0.85% 0.93% -
XYZ 23.68 22.11 82.38 -
YUV 113.09 197.36 72.3 -
System Red Green Blue C M Y K H S L
Decimal 35 129 236 0.85 0.45 0 0.07 211.94 0.84 0.53
Hex 23 81 EC 55 2D 0 7 D4 54 35
Octal 43 201 354 125 55 0 7 324 124 65
Binary 100011 10000001 11101100 1010101 101101 0 111 11010100 1010100 110101

Color Harmonies of #2381EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2381EC

Black with #2381EC

Text Example


Text Example

White with #2381EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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