#136BFF

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

Shades of Dodger Blue #136BFF

Tints of Dodger Blue #136BFF

Color information

#136BFF (or 0x136BFF) is unknown color: approx Dodger Blue. HEX triplet: 13, 6B and FF. RGB value is (19,107,255). Sum of RGB (Red+Green+Blue) = 19+107+255=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #136BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136BFF is #EC9400. Grayscale: #606060. Windows color (decimal): -15504385 or 16739091. OLE color: 16739091.

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

Color convert

RGB19107255-
CMYK0.930.5800
HSL217.63º100%53.73%-
HSV(B)217.63º92.55%100%-
XYZ23.5817.8796.82-
YUV97.56216.8571.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.99%
GREEN value IS 107 (42.19% from 255) = 28.08%
BLUE value IS 255 (100% from 255) = 66.93%
R=4.99%
G=28.08%
B=66.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191072550.930.5800217.6310053.73
Hex136BFF5D3A00da6436
Octal23153377135720033214466
Binary10011110101111111111101110111101000110110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,107,255); }

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

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

 a { background-color: rgb(19,107,255); }

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

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

 span { border-color: rgb(19,107,255); }

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