Html Css Color HEX #2381ED Dodger Blue

📋 copy color: '#2381ED'

red 35 ◦ green 129 ◦ blue 237

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

Shades of Dodger Blue #2381ED

Tints of Dodger Blue #2381ED

RGB

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

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

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

R = 8.73%
G = 32.17%
B = 59.1%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2381ED (or 0x2381ED) is known color: Dodger Blue. HEX triplet: 23, 81 and ED. RGB value is (35,129,237). Sum of RGB (Red+Green+Blue) = 35+129+237=401 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.73% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #2381ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2381ED is #DC7E12. Grayscale: #707070. Windows color (decimal): -14450195 or 15565091. OLE color: 15565091.

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

Color convert

RGB 35 129 237 -
CMYK 0.85 0.46 0 0.07
HSL 212.08º 0.85% 0.53% -
HSV(B) 212.08º 0.85% 0.93% -
XYZ 23.83 22.17 83.14 -
YUV 113.21 197.86 72.22 -
System Red Green Blue C M Y K H S L
Decimal 35 129 237 0.85 0.46 0 0.07 212.08 0.85 0.53
Hex 23 81 ED 55 2E 0 7 D4 55 35
Octal 43 201 355 125 56 0 7 324 125 65
Binary 100011 10000001 11101101 1010101 101110 0 111 11010100 1010101 110101

Color Harmonies of #2381ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2381ED

Black with #2381ED

Text Example


Text Example

White with #2381ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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