Html Css Color HEX #197DED Dodger Blue

📋 copy color: '#197DED'

red 25 ◦ green 125 ◦ blue 237

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

Shades of Dodger Blue #197DED

Tints of Dodger Blue #197DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.3%

 BLUE value IS 237 (92.97% from 255) = 61.24%

R = 6.46%
G = 32.3%
B = 61.24%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#197DED (or 0x197DED) is known color: Dodger Blue. HEX triplet: 19, 7D and ED. RGB value is (25,125,237). Sum of RGB (Red+Green+Blue) = 25+125+237=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #197DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197DED is #E68212. Grayscale: #6B6B6B. Windows color (decimal): -15106579 or 15564057. OLE color: 15564057.

HSL color Cylindrical-coordinate representation of color #197DED: hue angle of 211.7º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197DED is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 125 237 -
CMYK 0.89 0.47 0 0.07
HSL 211.7º 0.85% 0.51% -
HSV(B) 211.7º 0.89% 0.93% -
XYZ 23.02 20.99 82.96 -
YUV 107.87 200.87 68.89 -
System Red Green Blue C M Y K H S L
Decimal 25 125 237 0.89 0.47 0 0.07 211.7 0.85 0.51
Hex 19 7D ED 59 2F 0 7 D4 55 33
Octal 31 175 355 131 57 0 7 324 125 63
Binary 11001 1111101 11101101 1011001 101111 0 111 11010100 1010101 110011

Color Harmonies of #197DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DED

Black with #197DED

Text Example


Text Example

White with #197DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197DED; }

 p { color: rgb(25,125,237); }

 H1.HeaderClassName
 {
   color: #197DED;
 }
 .AnyTagClassName
 {
   color: #197DED;
 }
</style>

background-color css

<style>
 a { background-color: #197DED; }

 a { background-color: rgb(25,125,237); }

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

border-color css

<style>
 span { border-color: #197DED; }

 span { border-color: rgb(25,125,237); }

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