Html Css Color HEX #1389EE Dodger Blue

📋 copy color: '#1389EE'

red 19 ◦ green 137 ◦ blue 238

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

Shades of Dodger Blue #1389EE

Tints of Dodger Blue #1389EE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.77%

 BLUE value IS 238 (93.36% from 255) = 60.41%

R = 4.82%
G = 34.77%
B = 60.41%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1389EE (or 0x1389EE) is known color: Dodger Blue. HEX triplet: 13, 89 and EE. RGB value is (19,137,238). Sum of RGB (Red+Green+Blue) = 19+137+238=394 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.82% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #1389EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1389EE is #EC7611. Grayscale: #707070. Windows color (decimal): -15496722 or 15632659. OLE color: 15632659.

HSL color Cylindrical-coordinate representation of color #1389EE: hue angle of 207.67º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1389EE is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 137 238 -
CMYK 0.92 0.42 0 0.07
HSL 207.67º 0.87% 0.5% -
HSV(B) 207.67º 0.92% 0.93% -
XYZ 24.65 24.2 84.26 -
YUV 113.23 198.41 60.79 -
System Red Green Blue C M Y K H S L
Decimal 19 137 238 0.92 0.42 0 0.07 207.67 0.87 0.5
Hex 13 89 EE 5C 2A 0 7 D0 57 32
Octal 23 211 356 134 52 0 7 320 127 62
Binary 10011 10001001 11101110 1011100 101010 0 111 11010000 1010111 110010

Color Harmonies of #1389EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389EE

Black with #1389EE

Text Example


Text Example

White with #1389EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1389EE; }

 p { color: rgb(19,137,238); }

 H1.HeaderClassName
 {
   color: #1389EE;
 }
 .AnyTagClassName
 {
   color: #1389EE;
 }
</style>

background-color css

<style>
 a { background-color: #1389EE; }

 a { background-color: rgb(19,137,238); }

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

border-color css

<style>
 span { border-color: #1389EE; }

 span { border-color: rgb(19,137,238); }

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