Html Css Color HEX #1992DF Dodger Blue

📋 copy color: '#1992DF'

red 25 ◦ green 146 ◦ blue 223

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

Shades of Dodger Blue #1992DF

Tints of Dodger Blue #1992DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.6%

R = 6.35%
G = 37.06%
B = 56.6%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1992DF (or 0x1992DF) is known color: Dodger Blue. HEX triplet: 19, 92 and DF. RGB value is (25,146,223). Sum of RGB (Red+Green+Blue) = 25+146+223=394 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.35% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #1992DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1992DF is #E66D20. Grayscale: #767676. Windows color (decimal): -15101217 or 14651929. OLE color: 14651929.

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

Color convert

RGB 25 146 223 -
CMYK 0.89 0.35 0 0.13
HSL 203.33º 0.8% 0.49% -
HSV(B) 203.33º 0.89% 0.87% -
XYZ 24 26.09 73.58 -
YUV 118.6 186.91 61.24 -
System Red Green Blue C M Y K H S L
Decimal 25 146 223 0.89 0.35 0 0.13 203.33 0.8 0.49
Hex 19 92 DF 59 23 0 D CB 50 31
Octal 31 222 337 131 43 0 15 313 120 61
Binary 11001 10010010 11011111 1011001 100011 0 1101 11001011 1010000 110001

Color Harmonies of #1992DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1992DF

Black with #1992DF

Text Example


Text Example

White with #1992DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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