Html Css Color HEX #136DFC Dodger Blue

📋 copy color: '#136DFC'

red 19 ◦ green 109 ◦ blue 252

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

Shades of Dodger Blue #136DFC

Tints of Dodger Blue #136DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.32%

R = 5%
G = 28.68%
B = 66.32%

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

#136DFC (or 0x136DFC) is known color: Dodger Blue. HEX triplet: 13, 6D and FC. RGB value is (19,109,252). Sum of RGB (Red+Green+Blue) = 19+109+252=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #136DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136DFC is #EC9203. Grayscale: #616161. Windows color (decimal): -15503876 or 16542995. OLE color: 16542995.

HSL color Cylindrical-coordinate representation of color #136DFC: hue angle of 216.82º degrees, saturation: 0.97, 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 #136DFC is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 109 252 -
CMYK 0.92 0.57 0 0.01
HSL 216.82º 0.97% 0.53% -
HSV(B) 216.82º 0.92% 0.99% -
XYZ 23.31 18.1 94.36 -
YUV 98.39 214.68 71.37 -
System Red Green Blue C M Y K H S L
Decimal 19 109 252 0.92 0.57 0 0.01 216.82 0.97 0.53
Hex 13 6D FC 5C 39 0 1 D9 61 35
Octal 23 155 374 134 71 0 1 331 141 65
Binary 10011 1101101 11111100 1011100 111001 0 1 11011001 1100001 110101

Color Harmonies of #136DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DFC

Black with #136DFC

Text Example


Text Example

White with #136DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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