Html Css Color HEX #1997DD Dodger Blue

📋 copy color: '#1997DD'

red 25 ◦ green 151 ◦ blue 221

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

Shades of Dodger Blue #1997DD

Tints of Dodger Blue #1997DD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.04%

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

R = 6.3%
G = 38.04%
B = 55.67%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1997DD (or 0x1997DD) is known color: Dodger Blue. HEX triplet: 19, 97 and DD. RGB value is (25,151,221). Sum of RGB (Red+Green+Blue) = 25+151+221=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #1997DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1997DD is #E66822. Grayscale: #787878. Windows color (decimal): -15099939 or 14522137. OLE color: 14522137.

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

Color convert

RGB 25 151 221 -
CMYK 0.89 0.32 0 0.13
HSL 201.43º 0.8% 0.48% -
HSV(B) 201.43º 0.89% 0.87% -
XYZ 24.52 27.56 72.43 -
YUV 121.31 184.26 59.31 -
System Red Green Blue C M Y K H S L
Decimal 25 151 221 0.89 0.32 0 0.13 201.43 0.8 0.48
Hex 19 97 DD 59 20 0 D C9 50 30
Octal 31 227 335 131 40 0 15 311 120 60
Binary 11001 10010111 11011101 1011001 100000 0 1101 11001001 1010000 110000

Color Harmonies of #1997DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997DD

Black with #1997DD

Text Example


Text Example

White with #1997DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,151,221); }

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

background-color css

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

 a { background-color: rgb(25,151,221); }

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

border-color css

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

 span { border-color: rgb(25,151,221); }

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