Html Css Color HEX #136DFD Dodger Blue

📋 copy color: '#136DFD'

red 19 ◦ green 109 ◦ blue 253

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

Shades of Dodger Blue #136DFD

Tints of Dodger Blue #136DFD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.61%

 BLUE value IS 253 (99.22% from 255) = 66.4%

R = 4.99%
G = 28.61%
B = 66.4%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#136DFD (or 0x136DFD) is known color: Dodger Blue. HEX triplet: 13, 6D and FD. RGB value is (19,109,253). Sum of RGB (Red+Green+Blue) = 19+109+253=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #136DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136DFD is #EC9202. Grayscale: #616161. Windows color (decimal): -15503875 or 16608531. OLE color: 16608531.

HSL color Cylindrical-coordinate representation of color #136DFD: hue angle of 216.92º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136DFD is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 109 253 -
CMYK 0.92 0.57 0 0.01
HSL 216.92º 0.98% 0.53% -
HSV(B) 216.92º 0.92% 0.99% -
XYZ 23.47 18.17 95.2 -
YUV 98.51 215.18 71.29 -
System Red Green Blue C M Y K H S L
Decimal 19 109 253 0.92 0.57 0 0.01 216.92 0.98 0.53
Hex 13 6D FD 5C 39 0 1 D9 62 35
Octal 23 155 375 134 71 0 1 331 142 65
Binary 10011 1101101 11111101 1011100 111001 0 1 11011001 1100010 110101

Color Harmonies of #136DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DFD

Black with #136DFD

Text Example


Text Example

White with #136DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,109,253); }

 H1.HeaderClassName
 {
   color: #136DFD;
 }
 .AnyTagClassName
 {
   color: #136DFD;
 }
</style>

background-color css

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

 a { background-color: rgb(19,109,253); }

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

border-color css

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

 span { border-color: rgb(19,109,253); }

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