Html Css Color HEX #196DF8 Dodger Blue

📋 copy color: '#196DF8'

red 25 ◦ green 109 ◦ blue 248

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

Shades of Dodger Blue #196DF8

Tints of Dodger Blue #196DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 64.92%

R = 6.54%
G = 28.53%
B = 64.92%

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

#196DF8 (or 0x196DF8) is known color: Dodger Blue. HEX triplet: 19, 6D and F8. RGB value is (25,109,248). Sum of RGB (Red+Green+Blue) = 25+109+248=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 248 (97.27% from 255 or 64.92% from 382); Max value from RGB is 248 - color contains mainly: blue. Hex color #196DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196DF8 is #E69207. Grayscale: #636363. Windows color (decimal): -15110664 or 16280857. OLE color: 16280857.

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

Color convert

RGB 25 109 248 -
CMYK 0.90 0.56 0 0.03
HSL 217.4º 0.94% 0.54% -
HSV(B) 217.4º 0.9% 0.97% -
XYZ 22.81 17.92 91.06 -
YUV 99.73 211.67 74.7 -
System Red Green Blue C M Y K H S L
Decimal 25 109 248 0.90 0.56 0 0.03 217.4 0.94 0.54
Hex 19 6D F8 5A 38 0 3 D9 5E 36
Octal 31 155 370 132 70 0 3 331 136 66
Binary 11001 1101101 11111000 1011010 111000 0 11 11011001 1011110 110110

Color Harmonies of #196DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DF8

Black with #196DF8

Text Example


Text Example

White with #196DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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