Html Css Color HEX #196AF7 Dodger Blue

📋 copy color: '#196AF7'

red 25 ◦ green 106 ◦ blue 247

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

Shades of Dodger Blue #196AF7

Tints of Dodger Blue #196AF7

RGB

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

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

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

R = 6.61%
G = 28.04%
B = 65.34%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#196AF7 (or 0x196AF7) is known color: Dodger Blue. HEX triplet: 19, 6A and F7. RGB value is (25,106,247). Sum of RGB (Red+Green+Blue) = 25+106+247=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 247 (96.88% from 255 or 65.34% from 378); Max value from RGB is 247 - color contains mainly: blue. Hex color #196AF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196AF7 is #E69508. Grayscale: #616161. Windows color (decimal): -15111433 or 16214553. OLE color: 16214553.

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

Color convert

RGB 25 106 247 -
CMYK 0.90 0.57 0 0.03
HSL 218.11º 0.93% 0.53% -
HSV(B) 218.11º 0.9% 0.97% -
XYZ 22.34 17.23 90.14 -
YUV 97.86 212.16 76.04 -
System Red Green Blue C M Y K H S L
Decimal 25 106 247 0.90 0.57 0 0.03 218.11 0.93 0.53
Hex 19 6A F7 5A 39 0 3 DA 5D 35
Octal 31 152 367 132 71 0 3 332 135 65
Binary 11001 1101010 11110111 1011010 111001 0 11 11011010 1011101 110101

Color Harmonies of #196AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196AF7

Black with #196AF7

Text Example


Text Example

White with #196AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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