Html Css Color HEX #196DF7 Dodger Blue

📋 copy color: '#196DF7'

red 25 ◦ green 109 ◦ blue 247

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

Shades of Dodger Blue #196DF7

Tints of Dodger Blue #196DF7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.61%

 BLUE value IS 247 (96.88% from 255) = 64.83%

R = 6.56%
G = 28.61%
B = 64.83%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#196DF7 (or 0x196DF7) is known color: Dodger Blue. HEX triplet: 19, 6D and F7. RGB value is (25,109,247). Sum of RGB (Red+Green+Blue) = 25+109+247=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 247 (96.88% from 255 or 64.83% from 381); Max value from RGB is 247 - color contains mainly: blue. Hex color #196DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196DF7 is #E69208. Grayscale: #626262. Windows color (decimal): -15110665 or 16215321. OLE color: 16215321.

HSL color Cylindrical-coordinate representation of color #196DF7: hue angle of 217.3º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #196DF7 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 25 109 247 -
CMYK 0.90 0.56 0 0.03
HSL 217.3º 0.93% 0.53% -
HSV(B) 217.3º 0.9% 0.97% -
XYZ 22.66 17.86 90.25 -
YUV 99.62 211.17 74.78 -
System Red Green Blue C M Y K H S L
Decimal 25 109 247 0.90 0.56 0 0.03 217.3 0.93 0.53
Hex 19 6D F7 5A 38 0 3 D9 5D 35
Octal 31 155 367 132 70 0 3 331 135 65
Binary 11001 1101101 11110111 1011010 111000 0 11 11011001 1011101 110101

Color Harmonies of #196DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DF7

Black with #196DF7

Text Example


Text Example

White with #196DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196DF7; }

 p { color: rgb(25,109,247); }

 H1.HeaderClassName
 {
   color: #196DF7;
 }
 .AnyTagClassName
 {
   color: #196DF7;
 }
</style>

background-color css

<style>
 a { background-color: #196DF7; }

 a { background-color: rgb(25,109,247); }

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

border-color css

<style>
 span { border-color: #196DF7; }

 span { border-color: rgb(25,109,247); }

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