Html Css Color HEX #1383EB Dodger Blue

📋 copy color: '#1383EB'

red 19 ◦ green 131 ◦ blue 235

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

Shades of Dodger Blue #1383EB

Tints of Dodger Blue #1383EB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.03%

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

R = 4.94%
G = 34.03%
B = 61.04%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1383EB (or 0x1383EB) is known color: Dodger Blue. HEX triplet: 13, 83 and EB. RGB value is (19,131,235). Sum of RGB (Red+Green+Blue) = 19+131+235=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #1383EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1383EB is #EC7C14. Grayscale: #6C6C6C. Windows color (decimal): -15498261 or 15434515. OLE color: 15434515.

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

Color convert

RGB 19 131 235 -
CMYK 0.92 0.44 0 0.08
HSL 208.89º 0.85% 0.5% -
HSV(B) 208.89º 0.92% 0.92% -
XYZ 23.38 22.37 81.68 -
YUV 109.37 198.89 63.54 -
System Red Green Blue C M Y K H S L
Decimal 19 131 235 0.92 0.44 0 0.08 208.89 0.85 0.5
Hex 13 83 EB 5C 2C 0 8 D1 55 32
Octal 23 203 353 134 54 0 10 321 125 62
Binary 10011 10000011 11101011 1011100 101100 0 1000 11010001 1010101 110010

Color Harmonies of #1383EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1383EB

Black with #1383EB

Text Example


Text Example

White with #1383EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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