Html Css Color HEX #1396EB Dodger Blue

📋 copy color: '#1396EB'

red 19 ◦ green 150 ◦ blue 235

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

Shades of Dodger Blue #1396EB

Tints of Dodger Blue #1396EB

RGB

 RED value IS 19 (7.81% from 255) = 4.7%

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

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

R = 4.7%
G = 37.13%
B = 58.17%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1396EB (or 0x1396EB) is known color: Dodger Blue. HEX triplet: 13, 96 and EB. RGB value is (19,150,235). Sum of RGB (Red+Green+Blue) = 19+150+235=404 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.70% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #1396EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1396EB is #EC6914. Grayscale: #787878. Windows color (decimal): -15493397 or 15439379. OLE color: 15439379.

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

Color convert

RGB 19 150 235 -
CMYK 0.92 0.36 0 0.08
HSL 203.61º 0.85% 0.5% -
HSV(B) 203.61º 0.92% 0.92% -
XYZ 26.17 27.95 82.61 -
YUV 120.52 192.6 55.59 -
System Red Green Blue C M Y K H S L
Decimal 19 150 235 0.92 0.36 0 0.08 203.61 0.85 0.5
Hex 13 96 EB 5C 24 0 8 CC 55 32
Octal 23 226 353 134 44 0 10 314 125 62
Binary 10011 10010110 11101011 1011100 100100 0 1000 11001100 1010101 110010

Color Harmonies of #1396EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1396EB

Black with #1396EB

Text Example


Text Example

White with #1396EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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