Html Css Color HEX #1383EF Dodger Blue

📋 copy color: '#1383EF'

red 19 ◦ green 131 ◦ blue 239

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

Shades of Dodger Blue #1383EF

Tints of Dodger Blue #1383EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.44%

R = 4.88%
G = 33.68%
B = 61.44%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1383EF (or 0x1383EF) is known color: Dodger Blue. HEX triplet: 13, 83 and EF. RGB value is (19,131,239). Sum of RGB (Red+Green+Blue) = 19+131+239=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #1383EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1383EF is #EC7C10. Grayscale: #6D6D6D. Windows color (decimal): -15498257 or 15696659. OLE color: 15696659.

HSL color Cylindrical-coordinate representation of color #1383EF: hue angle of 209.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1383EF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 131 239 -
CMYK 0.92 0.45 0 0.06
HSL 209.45º 0.87% 0.51% -
HSV(B) 209.45º 0.92% 0.94% -
XYZ 23.96 22.6 84.76 -
YUV 109.82 200.89 63.22 -
System Red Green Blue C M Y K H S L
Decimal 19 131 239 0.92 0.45 0 0.06 209.45 0.87 0.51
Hex 13 83 EF 5C 2D 0 6 D1 57 33
Octal 23 203 357 134 55 0 6 321 127 63
Binary 10011 10000011 11101111 1011100 101101 0 110 11010001 1010111 110011

Color Harmonies of #1383EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1383EF

Black with #1383EF

Text Example


Text Example

White with #1383EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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