Html Css Color HEX #196AFF Dodger Blue

📋 copy color: '#196AFF'

red 25 ◦ green 106 ◦ blue 255

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

Shades of Dodger Blue #196AFF

Tints of Dodger Blue #196AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.06%

R = 6.48%
G = 27.46%
B = 66.06%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#196AFF (or 0x196AFF) is known color: Dodger Blue. HEX triplet: 19, 6A and FF. RGB value is (25,106,255). Sum of RGB (Red+Green+Blue) = 25+106+255=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #196AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196AFF is #E69500. Grayscale: #626262. Windows color (decimal): -15111425 or 16738841. OLE color: 16738841.

HSL color Cylindrical-coordinate representation of color #196AFF: hue angle of 218.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #196AFF is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 106 255 -
CMYK 0.90 0.58 0 0
HSL 218.87º 1% 0.55% -
HSV(B) 218.87º 0.9% 1% -
XYZ 23.6 17.73 96.79 -
YUV 98.77 216.16 75.38 -
System Red Green Blue C M Y K H S L
Decimal 25 106 255 0.90 0.58 0 0 218.87 1 0.55
Hex 19 6A FF 5A 3A 0 0 DB 64 37
Octal 31 152 377 132 72 0 0 333 144 67
Binary 11001 1101010 11111111 1011010 111010 0 0 11011011 1100100 110111

Color Harmonies of #196AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196AFF

Black with #196AFF

Text Example


Text Example

White with #196AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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