Html Css Color HEX #1997FD Dodger Blue

📋 copy color: '#1997FD'

red 25 ◦ green 151 ◦ blue 253

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

Shades of Dodger Blue #1997FD

Tints of Dodger Blue #1997FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.97%

R = 5.83%
G = 35.2%
B = 58.97%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1997FD (or 0x1997FD) is known color: Dodger Blue. HEX triplet: 19, 97 and FD. RGB value is (25,151,253). Sum of RGB (Red+Green+Blue) = 25+151+253=429 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.83% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #1997FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1997FD is #E66802. Grayscale: #7C7C7C. Windows color (decimal): -15099907 or 16619289. OLE color: 16619289.

HSL color Cylindrical-coordinate representation of color #1997FD: hue angle of 206.84º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1997FD is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 151 253 -
CMYK 0.90 0.40 0 0.01
HSL 206.84º 0.98% 0.55% -
HSV(B) 206.84º 0.9% 0.99% -
XYZ 29.2 29.43 97.07 -
YUV 124.95 200.26 56.71 -
System Red Green Blue C M Y K H S L
Decimal 25 151 253 0.90 0.40 0 0.01 206.84 0.98 0.55
Hex 19 97 FD 5A 28 0 1 CF 62 37
Octal 31 227 375 132 50 0 1 317 142 67
Binary 11001 10010111 11111101 1011010 101000 0 1 11001111 1100010 110111

Color Harmonies of #1997FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997FD

Black with #1997FD

Text Example


Text Example

White with #1997FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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