Html Css Color HEX #1981DD Dodger Blue

📋 copy color: '#1981DD'

red 25 ◦ green 129 ◦ blue 221

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

Shades of Dodger Blue #1981DD

Tints of Dodger Blue #1981DD

RGB

 RED value IS 25 (10.16% from 255) = 6.67%

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

 BLUE value IS 221 (86.72% from 255) = 58.93%

R = 6.67%
G = 34.4%
B = 58.93%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1981DD (or 0x1981DD) is known color: Dodger Blue. HEX triplet: 19, 81 and DD. RGB value is (25,129,221). Sum of RGB (Red+Green+Blue) = 25+129+221=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #1981DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1981DD is #E67E22. Grayscale: #6B6B6B. Windows color (decimal): -15105571 or 14516505. OLE color: 14516505.

HSL color Cylindrical-coordinate representation of color #1981DD: hue angle of 208.16º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1981DD is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 129 221 -
CMYK 0.89 0.42 0 0.13
HSL 208.16º 0.8% 0.48% -
HSV(B) 208.16º 0.89% 0.87% -
XYZ 21.3 21.13 71.36 -
YUV 108.39 191.54 68.52 -
System Red Green Blue C M Y K H S L
Decimal 25 129 221 0.89 0.42 0 0.13 208.16 0.8 0.48
Hex 19 81 DD 59 2A 0 D D0 50 30
Octal 31 201 335 131 52 0 15 320 120 60
Binary 11001 10000001 11011101 1011001 101010 0 1101 11010000 1010000 110000

Color Harmonies of #1981DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1981DD

Black with #1981DD

Text Example


Text Example

White with #1981DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1981DD; }

 p { color: rgb(25,129,221); }

 H1.HeaderClassName
 {
   color: #1981DD;
 }
 .AnyTagClassName
 {
   color: #1981DD;
 }
</style>

background-color css

<style>
 a { background-color: #1981DD; }

 a { background-color: rgb(25,129,221); }

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

border-color css

<style>
 span { border-color: #1981DD; }

 span { border-color: rgb(25,129,221); }

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