Html Css Color HEX #139AE9 Dodger Blue

📋 copy color: '#139AE9'

red 19 ◦ green 154 ◦ blue 233

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

Shades of Dodger Blue #139AE9

Tints of Dodger Blue #139AE9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

 BLUE value IS 233 (91.41% from 255) = 57.39%

R = 4.68%
G = 37.93%
B = 57.39%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#139AE9 (or 0x139AE9) is known color: Dodger Blue. HEX triplet: 13, 9A and E9. RGB value is (19,154,233). Sum of RGB (Red+Green+Blue) = 19+154+233=406 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.68% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 233 (91.41% from 255 or 57.39% from 406); Max value from RGB is 233 - color contains mainly: blue. Hex color #139AE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139AE9 is #EC6516. Grayscale: #7A7A7A. Windows color (decimal): -15492375 or 15309331. OLE color: 15309331.

HSL color Cylindrical-coordinate representation of color #139AE9: hue angle of 202.15º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139AE9 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 19 154 233 -
CMYK 0.92 0.34 0 0.09
HSL 202.15º 0.85% 0.49% -
HSV(B) 202.15º 0.92% 0.91% -
XYZ 26.53 29.13 81.32 -
YUV 122.64 190.27 54.08 -
System Red Green Blue C M Y K H S L
Decimal 19 154 233 0.92 0.34 0 0.09 202.15 0.85 0.49
Hex 13 9A E9 5C 22 0 9 CA 55 31
Octal 23 232 351 134 42 0 11 312 125 61
Binary 10011 10011010 11101001 1011100 100010 0 1001 11001010 1010101 110001

Color Harmonies of #139AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139AE9

Black with #139AE9

Text Example


Text Example

White with #139AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139AE9; }

 p { color: rgb(19,154,233); }

 H1.HeaderClassName
 {
   color: #139AE9;
 }
 .AnyTagClassName
 {
   color: #139AE9;
 }
</style>

background-color css

<style>
 a { background-color: #139AE9; }

 a { background-color: rgb(19,154,233); }

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

border-color css

<style>
 span { border-color: #139AE9; }

 span { border-color: rgb(19,154,233); }

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