Html Css Color HEX #1981E5 Dodger Blue

📋 copy color: '#1981E5'

red 25 ◦ green 129 ◦ blue 229

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

Shades of Dodger Blue #1981E5

Tints of Dodger Blue #1981E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 59.79%

R = 6.53%
G = 33.68%
B = 59.79%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1981E5 (or 0x1981E5) is known color: Dodger Blue. HEX triplet: 19, 81 and E5. RGB value is (25,129,229). Sum of RGB (Red+Green+Blue) = 25+129+229=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 229 (89.84% from 255 or 59.79% from 383); Max value from RGB is 229 - color contains mainly: blue. Hex color #1981E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1981E5 is #E67E1A. Grayscale: #6C6C6C. Windows color (decimal): -15105563 or 15040793. OLE color: 15040793.

HSL color Cylindrical-coordinate representation of color #1981E5: hue angle of 209.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1981E5 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 129 229 -
CMYK 0.89 0.44 0 0.10
HSL 209.41º 0.8% 0.5% -
HSV(B) 209.41º 0.89% 0.9% -
XYZ 22.39 21.56 77.11 -
YUV 109.3 195.54 67.87 -
System Red Green Blue C M Y K H S L
Decimal 25 129 229 0.89 0.44 0 0.10 209.41 0.8 0.5
Hex 19 81 E5 59 2C 0 A D1 50 32
Octal 31 201 345 131 54 0 12 321 120 62
Binary 11001 10000001 11100101 1011001 101100 0 1010 11010001 1010000 110010

Color Harmonies of #1981E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1981E5

Black with #1981E5

Text Example


Text Example

White with #1981E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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