#136EFE

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

Shades of Dodger Blue #136EFE

Tints of Dodger Blue #136EFE

Color information

#136EFE (or 0x136EFE) is unknown color: approx Dodger Blue. HEX triplet: 13, 6E and FE. RGB value is (19,110,254). Sum of RGB (Red+Green+Blue) = 19+110+254=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #136EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EFE is #EC9101. Grayscale: #626262. Windows color (decimal): -15503618 or 16674323. OLE color: 16674323.

HSL color Cylindrical-coordinate representation of color #136EFE: hue angle of 216.77º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #136EFE is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19110254-
CMYK0.930.5700.00
HSL216.77º99.16%53.53%-
HSV(B)216.77º92.52%99.61%-
XYZ23.7318.4596.08-
YUV99.21215.3570.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.96%
GREEN value IS 110 (43.36% from 255) = 28.72%
BLUE value IS 254 (99.61% from 255) = 66.32%
R=4.96%
G=28.72%
B=66.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal191102540.930.5700.00216.7799.1653.53
Hex136EFE5D3900d96336
Octal23156376135710033114366
Binary10011110111011111110101110111100100110110011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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