#138BE9

Color #138BE9 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #138BE9

Tints of Dodger Blue #138BE9

Color information

#138BE9 (or 0x138BE9) is unknown color: approx Dodger Blue. HEX triplet: 13, 8B and E9. RGB value is (19,139,233). Sum of RGB (Red+Green+Blue) = 19+139+233=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 233 (91.41% from 255 or 59.59% from 391); Max value from RGB is 233 - color contains mainly: blue. Hex color #138BE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138BE9 is #EC7416. Grayscale: #717171. Windows color (decimal): -15496215 or 15305491. OLE color: 15305491.

HSL color Cylindrical-coordinate representation of color #138BE9: hue angle of 206.36º 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 #138BE9 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19139233-
CMYK0.920.4000.09
HSL206.36º84.92%49.41%-
HSV(B)206.36º91.85%91.37%-
XYZ24.2124.4980.54-
YUV113.84195.2460.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.86%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 233 (91.41% from 255) = 59.59%
R=4.86%
G=35.55%
B=59.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal191392330.920.4000.09206.3684.9249.41
Hex138BE95C2809ce5531
Octal232133511345001131612561
Binary100111000101111101001101110010100001001110011101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138BE9; }

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

 H1.HeaderClassName
 {
   color: #138BE9;
 }
 .AnyTagClassName
 {
   color: #138BE9;
 }
</style>
background-color css

<style>
 a { background-color: #138BE9; }

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

 div.DivClassName
 {
   background-color: #138BE9;
 }
 .BgClassName
 {
   background-color: #138BE9;
 }
</style>
border-color css

<style>
 span { border-color: #138BE9; }

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

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