Html Css Color HEX #196DFE Dodger Blue

📋 copy color: '#196DFE'

red 25 ◦ green 109 ◦ blue 254

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

Shades of Dodger Blue #196DFE

Tints of Dodger Blue #196DFE

RGB

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

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

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

R = 6.44%
G = 28.09%
B = 65.46%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#196DFE (or 0x196DFE) is known color: Dodger Blue. HEX triplet: 19, 6D and FE. RGB value is (25,109,254). Sum of RGB (Red+Green+Blue) = 25+109+254=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #196DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196DFE is #E69201. Grayscale: #636363. Windows color (decimal): -15110658 or 16674073. OLE color: 16674073.

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

Color convert

RGB 25 109 254 -
CMYK 0.90 0.57 0 0.00
HSL 217.99º 0.99% 0.55% -
HSV(B) 217.99º 0.9% 1% -
XYZ 23.76 18.3 96.05 -
YUV 100.41 214.67 74.21 -
System Red Green Blue C M Y K H S L
Decimal 25 109 254 0.90 0.57 0 0.00 217.99 0.99 0.55
Hex 19 6D FE 5A 39 0 0 DA 63 37
Octal 31 155 376 132 71 0 0 332 143 67
Binary 11001 1101101 11111110 1011010 111001 0 0 11011010 1100011 110111

Color Harmonies of #196DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DFE

Black with #196DFE

Text Example


Text Example

White with #196DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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