Html Css Color HEX #1997EA Dodger Blue

📋 copy color: '#1997EA'

red 25 ◦ green 151 ◦ blue 234

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

Shades of Dodger Blue #1997EA

Tints of Dodger Blue #1997EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.07%

R = 6.1%
G = 36.83%
B = 57.07%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1997EA (or 0x1997EA) is known color: Dodger Blue. HEX triplet: 19, 97 and EA. RGB value is (25,151,234). Sum of RGB (Red+Green+Blue) = 25+151+234=410 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.10% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #1997EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1997EA is #E66815. Grayscale: #7A7A7A. Windows color (decimal): -15099926 or 15374105. OLE color: 15374105.

HSL color Cylindrical-coordinate representation of color #1997EA: hue angle of 203.83º degrees, saturation: 0.83, 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 #1997EA is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 151 234 -
CMYK 0.89 0.35 0 0.08
HSL 203.83º 0.83% 0.51% -
HSV(B) 203.83º 0.89% 0.92% -
XYZ 26.32 28.28 81.91 -
YUV 122.79 190.76 58.25 -
System Red Green Blue C M Y K H S L
Decimal 25 151 234 0.89 0.35 0 0.08 203.83 0.83 0.51
Hex 19 97 EA 59 23 0 8 CC 53 33
Octal 31 227 352 131 43 0 10 314 123 63
Binary 11001 10010111 11101010 1011001 100011 0 1000 11001100 1010011 110011

Color Harmonies of #1997EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997EA

Black with #1997EA

Text Example


Text Example

White with #1997EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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