Html Css Color HEX #1882DB Dodger Blue

📋 copy color: '#1882DB'

red 24 ◦ green 130 ◦ blue 219

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

Shades of Dodger Blue #1882DB

Tints of Dodger Blue #1882DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.71%

R = 6.43%
G = 34.85%
B = 58.71%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1882DB (or 0x1882DB) is known color: Dodger Blue. HEX triplet: 18, 82 and DB. RGB value is (24,130,219). Sum of RGB (Red+Green+Blue) = 24+130+219=373 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.43% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #1882DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1882DB is #E77D24. Grayscale: #6B6B6B. Windows color (decimal): -15170853 or 14385688. OLE color: 14385688.

HSL color Cylindrical-coordinate representation of color #1882DB: hue angle of 207.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1882DB is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 130 219 -
CMYK 0.89 0.41 0 0.14
HSL 207.38º 0.8% 0.48% -
HSV(B) 207.38º 0.89% 0.86% -
XYZ 21.15 21.27 70.01 -
YUV 108.45 190.38 67.76 -
System Red Green Blue C M Y K H S L
Decimal 24 130 219 0.89 0.41 0 0.14 207.38 0.8 0.48
Hex 18 82 DB 59 29 0 E CF 50 30
Octal 30 202 333 131 51 0 16 317 120 60
Binary 11000 10000010 11011011 1011001 101001 0 1110 11001111 1010000 110000

Color Harmonies of #1882DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1882DB

Black with #1882DB

Text Example


Text Example

White with #1882DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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