Html Css Color HEX #1997EB Dodger Blue

📋 copy color: '#1997EB'

red 25 ◦ green 151 ◦ blue 235

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

Shades of Dodger Blue #1997EB

Tints of Dodger Blue #1997EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.18%

R = 6.08%
G = 36.74%
B = 57.18%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1997EB (or 0x1997EB) is known color: Dodger Blue. HEX triplet: 19, 97 and EB. RGB value is (25,151,235). Sum of RGB (Red+Green+Blue) = 25+151+235=411 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.08% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #1997EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1997EB is #E66814. Grayscale: #7A7A7A. Windows color (decimal): -15099925 or 15439641. OLE color: 15439641.

HSL color Cylindrical-coordinate representation of color #1997EB: hue angle of 204º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1997EB is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 151 235 -
CMYK 0.89 0.36 0 0.08
HSL 204º 0.84% 0.51% -
HSV(B) 204º 0.89% 0.92% -
XYZ 26.46 28.34 82.67 -
YUV 122.9 191.26 58.17 -
System Red Green Blue C M Y K H S L
Decimal 25 151 235 0.89 0.36 0 0.08 204 0.84 0.51
Hex 19 97 EB 59 24 0 8 CC 54 33
Octal 31 227 353 131 44 0 10 314 124 63
Binary 11001 10010111 11101011 1011001 100100 0 1000 11001100 1010100 110011

Color Harmonies of #1997EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997EB

Black with #1997EB

Text Example


Text Example

White with #1997EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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