Html Css Color HEX #1997F9 Dodger Blue

📋 copy color: '#1997F9'

red 25 ◦ green 151 ◦ blue 249

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

Shades of Dodger Blue #1997F9

Tints of Dodger Blue #1997F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.59%

R = 5.88%
G = 35.53%
B = 58.59%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1997F9 (or 0x1997F9) is known color: Dodger Blue. HEX triplet: 19, 97 and F9. RGB value is (25,151,249). Sum of RGB (Red+Green+Blue) = 25+151+249=425 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.88% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 249 (97.66% from 255 or 58.59% from 425); Max value from RGB is 249 - color contains mainly: blue. Hex color #1997F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1997F9 is #E66806. Grayscale: #7B7B7B. Windows color (decimal): -15099911 or 16357145. OLE color: 16357145.

HSL color Cylindrical-coordinate representation of color #1997F9: hue angle of 206.25º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1997F9 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 151 249 -
CMYK 0.90 0.39 0 0.02
HSL 206.25º 0.95% 0.54% -
HSV(B) 206.25º 0.9% 0.98% -
XYZ 28.57 29.18 93.75 -
YUV 124.5 198.26 57.03 -
System Red Green Blue C M Y K H S L
Decimal 25 151 249 0.90 0.39 0 0.02 206.25 0.95 0.54
Hex 19 97 F9 5A 27 0 2 CE 5F 36
Octal 31 227 371 132 47 0 2 316 137 66
Binary 11001 10010111 11111001 1011010 100111 0 10 11001110 1011111 110110

Color Harmonies of #1997F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997F9

Black with #1997F9

Text Example


Text Example

White with #1997F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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