Html Css Color HEX #1997DF Dodger Blue

📋 copy color: '#1997DF'

red 25 ◦ green 151 ◦ blue 223

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

Shades of Dodger Blue #1997DF

Tints of Dodger Blue #1997DF

RGB

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

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

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

R = 6.27%
G = 37.84%
B = 55.89%

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

#1997DF (or 0x1997DF) is known color: Dodger Blue. HEX triplet: 19, 97 and DF. RGB value is (25,151,223). Sum of RGB (Red+Green+Blue) = 25+151+223=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #1997DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1997DF is #E66820. Grayscale: #797979. Windows color (decimal): -15099937 or 14653209. OLE color: 14653209.

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

Color convert

RGB 25 151 223 -
CMYK 0.89 0.32 0 0.13
HSL 201.82º 0.8% 0.49% -
HSV(B) 201.82º 0.89% 0.87% -
XYZ 24.79 27.67 73.85 -
YUV 121.53 185.26 59.15 -
System Red Green Blue C M Y K H S L
Decimal 25 151 223 0.89 0.32 0 0.13 201.82 0.8 0.49
Hex 19 97 DF 59 20 0 D CA 50 31
Octal 31 227 337 131 40 0 15 312 120 61
Binary 11001 10010111 11011111 1011001 100000 0 1101 11001010 1010000 110001

Color Harmonies of #1997DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997DF

Black with #1997DF

Text Example


Text Example

White with #1997DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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