Html Css Color HEX #1882DD Dodger Blue

📋 copy color: '#1882DD'

red 24 ◦ green 130 ◦ blue 221

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

Shades of Dodger Blue #1882DD

Tints of Dodger Blue #1882DD

RGB

 RED value IS 24 (9.77% from 255) = 6.4%

 GREEN value IS 130 (51.17% from 255) = 34.67%

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

R = 6.4%
G = 34.67%
B = 58.93%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1882DD (or 0x1882DD) is known color: Dodger Blue. HEX triplet: 18, 82 and DD. RGB value is (24,130,221). Sum of RGB (Red+Green+Blue) = 24+130+221=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 130 (51.17% from 255 or 34.67% 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 #1882DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1882DD is #E77D22. Grayscale: #6C6C6C. Windows color (decimal): -15170851 or 14516760. OLE color: 14516760.

HSL color Cylindrical-coordinate representation of color #1882DD: hue angle of 207.72º 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 #1882DD is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 130 221 -
CMYK 0.89 0.41 0 0.13
HSL 207.72º 0.8% 0.48% -
HSV(B) 207.72º 0.89% 0.87% -
XYZ 21.41 21.38 71.4 -
YUV 108.68 191.38 67.6 -
System Red Green Blue C M Y K H S L
Decimal 24 130 221 0.89 0.41 0 0.13 207.72 0.8 0.48
Hex 18 82 DD 59 29 0 D D0 50 30
Octal 30 202 335 131 51 0 15 320 120 60
Binary 11000 10000010 11011101 1011001 101001 0 1101 11010000 1010000 110000

Color Harmonies of #1882DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1882DD

Black with #1882DD

Text Example


Text Example

White with #1882DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,130,221); }

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

background-color css

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

 a { background-color: rgb(24,130,221); }

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

border-color css

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

 span { border-color: rgb(24,130,221); }

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