Html Css Color HEX #2381DF Dodger Blue

📋 copy color: '#2381DF'

red 35 ◦ green 129 ◦ blue 223

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

Shades of Dodger Blue #2381DF

Tints of Dodger Blue #2381DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 9.04%
G = 33.33%
B = 57.62%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2381DF (or 0x2381DF) is known color: Dodger Blue. HEX triplet: 23, 81 and DF. RGB value is (35,129,223). Sum of RGB (Red+Green+Blue) = 35+129+223=387 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.04% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #2381DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2381DF is #DC7E20. Grayscale: #6F6F6F. Windows color (decimal): -14450209 or 14647587. OLE color: 14647587.

HSL color Cylindrical-coordinate representation of color #2381DF: hue angle of 210º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2381DF is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 129 223 -
CMYK 0.84 0.42 0 0.13
HSL 210º 0.75% 0.51% -
HSV(B) 210º 0.84% 0.87% -
XYZ 21.86 21.39 72.79 -
YUV 111.61 190.86 73.36 -
System Red Green Blue C M Y K H S L
Decimal 35 129 223 0.84 0.42 0 0.13 210 0.75 0.51
Hex 23 81 DF 54 2A 0 D D2 4B 33
Octal 43 201 337 124 52 0 15 322 113 63
Binary 100011 10000001 11011111 1010100 101010 0 1101 11010010 1001011 110011

Color Harmonies of #2381DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2381DF

Black with #2381DF

Text Example


Text Example

White with #2381DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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