Html Css Color HEX #196AF6 Dodger Blue

📋 copy color: '#196AF6'

red 25 ◦ green 106 ◦ blue 246

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

Shades of Dodger Blue #196AF6

Tints of Dodger Blue #196AF6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.12%

 BLUE value IS 246 (96.48% from 255) = 65.25%

R = 6.63%
G = 28.12%
B = 65.25%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#196AF6 (or 0x196AF6) is known color: Dodger Blue. HEX triplet: 19, 6A and F6. RGB value is (25,106,246). Sum of RGB (Red+Green+Blue) = 25+106+246=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 246 (96.48% from 255 or 65.25% from 377); Max value from RGB is 246 - color contains mainly: blue. Hex color #196AF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196AF6 is #E69509. Grayscale: #616161. Windows color (decimal): -15111434 or 16149017. OLE color: 16149017.

HSL color Cylindrical-coordinate representation of color #196AF6: hue angle of 218.01º 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 #196AF6 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 25 106 246 -
CMYK 0.90 0.57 0 0.04
HSL 218.01º 0.92% 0.53% -
HSV(B) 218.01º 0.9% 0.96% -
XYZ 22.19 17.17 89.33 -
YUV 97.74 211.66 76.12 -
System Red Green Blue C M Y K H S L
Decimal 25 106 246 0.90 0.57 0 0.04 218.01 0.92 0.53
Hex 19 6A F6 5A 39 0 4 DA 5C 35
Octal 31 152 366 132 71 0 4 332 134 65
Binary 11001 1101010 11110110 1011010 111001 0 100 11011010 1011100 110101

Color Harmonies of #196AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196AF6

Black with #196AF6

Text Example


Text Example

White with #196AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,106,246); }

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

background-color css

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

 a { background-color: rgb(25,106,246); }

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

border-color css

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

 span { border-color: rgb(25,106,246); }

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