Html Css Color HEX #1996EB Dodger Blue

📋 copy color: '#1996EB'

red 25 ◦ green 150 ◦ blue 235

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

Shades of Dodger Blue #1996EB

Tints of Dodger Blue #1996EB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

 BLUE value IS 235 (92.19% from 255) = 57.32%

R = 6.1%
G = 36.59%
B = 57.32%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1996EB (or 0x1996EB) is known color: Dodger Blue. HEX triplet: 19, 96 and EB. RGB value is (25,150,235). Sum of RGB (Red+Green+Blue) = 25+150+235=410 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.10% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #1996EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1996EB is #E66914. Grayscale: #797979. Windows color (decimal): -15100181 or 15439385. OLE color: 15439385.

HSL color Cylindrical-coordinate representation of color #1996EB: hue angle of 204.29º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1996EB is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 150 235 -
CMYK 0.89 0.36 0 0.08
HSL 204.29º 0.84% 0.51% -
HSV(B) 204.29º 0.89% 0.92% -
XYZ 26.3 28.02 82.62 -
YUV 122.32 191.59 58.59 -
System Red Green Blue C M Y K H S L
Decimal 25 150 235 0.89 0.36 0 0.08 204.29 0.84 0.51
Hex 19 96 EB 59 24 0 8 CC 54 33
Octal 31 226 353 131 44 0 10 314 124 63
Binary 11001 10010110 11101011 1011001 100100 0 1000 11001100 1010100 110011

Color Harmonies of #1996EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1996EB

Black with #1996EB

Text Example


Text Example

White with #1996EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1996EB; }

 p { color: rgb(25,150,235); }

 H1.HeaderClassName
 {
   color: #1996EB;
 }
 .AnyTagClassName
 {
   color: #1996EB;
 }
</style>

background-color css

<style>
 a { background-color: #1996EB; }

 a { background-color: rgb(25,150,235); }

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

border-color css

<style>
 span { border-color: #1996EB; }

 span { border-color: rgb(25,150,235); }

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