Html Css Color HEX #196DED Dodger Blue

📋 copy color: '#196DED'

red 25 ◦ green 109 ◦ blue 237

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

Shades of Dodger Blue #196DED

Tints of Dodger Blue #196DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.88%

R = 6.74%
G = 29.38%
B = 63.88%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#196DED (or 0x196DED) is known color: Dodger Blue. HEX triplet: 19, 6D and ED. RGB value is (25,109,237). Sum of RGB (Red+Green+Blue) = 25+109+237=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #196DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196DED is #E69212. Grayscale: #616161. Windows color (decimal): -15110675 or 15559961. OLE color: 15559961.

HSL color Cylindrical-coordinate representation of color #196DED: hue angle of 216.23º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196DED is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 109 237 -
CMYK 0.89 0.54 0 0.07
HSL 216.23º 0.85% 0.51% -
HSV(B) 216.23º 0.89% 0.93% -
XYZ 21.16 17.26 82.34 -
YUV 98.48 206.17 75.59 -
System Red Green Blue C M Y K H S L
Decimal 25 109 237 0.89 0.54 0 0.07 216.23 0.85 0.51
Hex 19 6D ED 59 36 0 7 D8 55 33
Octal 31 155 355 131 66 0 7 330 125 63
Binary 11001 1101101 11101101 1011001 110110 0 111 11011000 1010101 110011

Color Harmonies of #196DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DED

Black with #196DED

Text Example


Text Example

White with #196DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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