Html Css Color HEX #196DFB Dodger Blue

📋 copy color: '#196DFB'

red 25 ◦ green 109 ◦ blue 251

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

Shades of Dodger Blue #196DFB

Tints of Dodger Blue #196DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.19%

R = 6.49%
G = 28.31%
B = 65.19%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#196DFB (or 0x196DFB) is known color: Dodger Blue. HEX triplet: 19, 6D and FB. RGB value is (25,109,251). Sum of RGB (Red+Green+Blue) = 25+109+251=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #196DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196DFB is #E69204. Grayscale: #636363. Windows color (decimal): -15110661 or 16477465. OLE color: 16477465.

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

Color convert

RGB 25 109 251 -
CMYK 0.90 0.57 0 0.02
HSL 217.7º 0.97% 0.54% -
HSV(B) 217.7º 0.9% 0.98% -
XYZ 23.28 18.11 93.54 -
YUV 100.07 213.17 74.45 -
System Red Green Blue C M Y K H S L
Decimal 25 109 251 0.90 0.57 0 0.02 217.7 0.97 0.54
Hex 19 6D FB 5A 39 0 2 DA 61 36
Octal 31 155 373 132 71 0 2 332 141 66
Binary 11001 1101101 11111011 1011010 111001 0 10 11011010 1100001 110110

Color Harmonies of #196DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DFB

Black with #196DFB

Text Example


Text Example

White with #196DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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