Html Css Color HEX #196AFE Dodger Blue

📋 copy color: '#196AFE'

red 25 ◦ green 106 ◦ blue 254

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

Shades of Dodger Blue #196AFE

Tints of Dodger Blue #196AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.97%

R = 6.49%
G = 27.53%
B = 65.97%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#196AFE (or 0x196AFE) is known color: Dodger Blue. HEX triplet: 19, 6A and FE. RGB value is (25,106,254). Sum of RGB (Red+Green+Blue) = 25+106+254=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #196AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196AFE is #E69501. Grayscale: #616161. Windows color (decimal): -15111426 or 16673305. OLE color: 16673305.

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

Color convert

RGB 25 106 254 -
CMYK 0.90 0.58 0 0.00
HSL 218.78º 0.99% 0.55% -
HSV(B) 218.78º 0.9% 1% -
XYZ 23.44 17.67 95.94 -
YUV 98.65 215.66 75.47 -
System Red Green Blue C M Y K H S L
Decimal 25 106 254 0.90 0.58 0 0.00 218.78 0.99 0.55
Hex 19 6A FE 5A 3A 0 0 DB 63 37
Octal 31 152 376 132 72 0 0 333 143 67
Binary 11001 1101010 11111110 1011010 111010 0 0 11011011 1100011 110111

Color Harmonies of #196AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196AFE

Black with #196AFE

Text Example


Text Example

White with #196AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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