Html Css Color HEX #196DF5 Dodger Blue

📋 copy color: '#196DF5'

red 25 ◦ green 109 ◦ blue 245

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

Shades of Dodger Blue #196DF5

Tints of Dodger Blue #196DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 64.64%

R = 6.6%
G = 28.76%
B = 64.64%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#196DF5 (or 0x196DF5) is known color: Dodger Blue. HEX triplet: 19, 6D and F5. RGB value is (25,109,245). Sum of RGB (Red+Green+Blue) = 25+109+245=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 245 (96.09% from 255 or 64.64% from 379); Max value from RGB is 245 - color contains mainly: blue. Hex color #196DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196DF5 is #E6920A. Grayscale: #626262. Windows color (decimal): -15110667 or 16084249. OLE color: 16084249.

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

Color convert

RGB 25 109 245 -
CMYK 0.90 0.56 0 0.04
HSL 217.09º 0.92% 0.53% -
HSV(B) 217.09º 0.9% 0.96% -
XYZ 22.35 17.74 88.63 -
YUV 99.39 210.17 74.94 -
System Red Green Blue C M Y K H S L
Decimal 25 109 245 0.90 0.56 0 0.04 217.09 0.92 0.53
Hex 19 6D F5 5A 38 0 4 D9 5C 35
Octal 31 155 365 132 70 0 4 331 134 65
Binary 11001 1101101 11110101 1011010 111000 0 100 11011001 1011100 110101

Color Harmonies of #196DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DF5

Black with #196DF5

Text Example


Text Example

White with #196DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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