Html Css Color HEX #1392EB Dodger Blue

📋 copy color: '#1392EB'

red 19 ◦ green 146 ◦ blue 235

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

Shades of Dodger Blue #1392EB

Tints of Dodger Blue #1392EB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.5%

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

R = 4.75%
G = 36.5%
B = 58.75%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1392EB (or 0x1392EB) is known color: Dodger Blue. HEX triplet: 13, 92 and EB. RGB value is (19,146,235). Sum of RGB (Red+Green+Blue) = 19+146+235=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #1392EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1392EB is #EC6D14. Grayscale: #757575. Windows color (decimal): -15494421 or 15438355. OLE color: 15438355.

HSL color Cylindrical-coordinate representation of color #1392EB: hue angle of 204.72º 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 #1392EB is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 146 235 -
CMYK 0.92 0.38 0 0.08
HSL 204.72º 0.85% 0.5% -
HSV(B) 204.72º 0.92% 0.92% -
XYZ 25.54 26.69 82.4 -
YUV 118.17 193.92 57.26 -
System Red Green Blue C M Y K H S L
Decimal 19 146 235 0.92 0.38 0 0.08 204.72 0.85 0.5
Hex 13 92 EB 5C 26 0 8 CD 55 32
Octal 23 222 353 134 46 0 10 315 125 62
Binary 10011 10010010 11101011 1011100 100110 0 1000 11001101 1010101 110010

Color Harmonies of #1392EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1392EB

Black with #1392EB

Text Example


Text Example

White with #1392EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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