Html Css Color HEX #1992DB Dodger Blue

📋 copy color: '#1992DB'

red 25 ◦ green 146 ◦ blue 219

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

Shades of Dodger Blue #1992DB

Tints of Dodger Blue #1992DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.44%

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

R = 6.41%
G = 37.44%
B = 56.15%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1992DB (or 0x1992DB) is known color: Dodger Blue. HEX triplet: 19, 92 and DB. RGB value is (25,146,219). Sum of RGB (Red+Green+Blue) = 25+146+219=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #1992DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1992DB is #E66D24. Grayscale: #757575. Windows color (decimal): -15101221 or 14389785. OLE color: 14389785.

HSL color Cylindrical-coordinate representation of color #1992DB: hue angle of 202.58º 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 #1992DB is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 146 219 -
CMYK 0.89 0.33 0 0.14
HSL 202.58º 0.8% 0.48% -
HSV(B) 202.58º 0.89% 0.86% -
XYZ 23.47 25.88 70.78 -
YUV 118.14 184.91 61.56 -
System Red Green Blue C M Y K H S L
Decimal 25 146 219 0.89 0.33 0 0.14 202.58 0.8 0.48
Hex 19 92 DB 59 21 0 E CB 50 30
Octal 31 222 333 131 41 0 16 313 120 60
Binary 11001 10010010 11011011 1011001 100001 0 1110 11001011 1010000 110000

Color Harmonies of #1992DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1992DB

Black with #1992DB

Text Example


Text Example

White with #1992DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,146,219); }

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

background-color css

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

 a { background-color: rgb(25,146,219); }

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

border-color css

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

 span { border-color: rgb(25,146,219); }

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