#136EF0

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

Shades of Dodger Blue #136EF0

Tints of Dodger Blue #136EF0

Color information

#136EF0 (or 0x136EF0) is unknown color: approx Dodger Blue. HEX triplet: 13, 6E and F0. RGB value is (19,110,240). Sum of RGB (Red+Green+Blue) = 19+110+240=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 240 (94.14% from 255 or 65.04% from 369); Max value from RGB is 240 - color contains mainly: blue. Hex color #136EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EF0 is #EC910F. Grayscale: #616161. Windows color (decimal): -15503632 or 15756819. OLE color: 15756819.

HSL color Cylindrical-coordinate representation of color #136EF0: hue angle of 215.29º degrees, saturation: 0.88, 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 #136EF0 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19110240-
CMYK0.920.5400.06
HSL215.29º88.05%50.78%-
HSV(B)215.29º92.08%94.12%-
XYZ21.5717.5884.69-
YUV97.61208.3571.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.15%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 240 (94.14% from 255) = 65.04%
R=5.15%
G=29.81%
B=65.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal191102400.920.5400.06215.2988.0550.78
Hex136EF05C3606d75833
Octal23156360134660632713063
Binary1001111011101111000010111001101100110110101111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136EF0; }

 p { color: rgb(19,110,240); }

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

<style>
 a { background-color: #136EF0; }

 a { background-color: rgb(19,110,240); }

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

<style>
 span { border-color: #136EF0; }

 span { border-color: rgb(19,110,240); }

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