Html Css Color HEX #136EFC Dodger Blue

📋 copy color: '#136EFC'

red 19 ◦ green 110 ◦ blue 252

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

Shades of Dodger Blue #136EFC

Tints of Dodger Blue #136EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.87%

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

R = 4.99%
G = 28.87%
B = 66.14%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#136EFC (or 0x136EFC) is known color: Dodger Blue. HEX triplet: 13, 6E and FC. RGB value is (19,110,252). Sum of RGB (Red+Green+Blue) = 19+110+252=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #136EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EFC is #EC9103. Grayscale: #626262. Windows color (decimal): -15503620 or 16543251. OLE color: 16543251.

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

Color convert

RGB 19 110 252 -
CMYK 0.92 0.56 0 0.01
HSL 216.57º 0.97% 0.53% -
HSV(B) 216.57º 0.92% 0.99% -
XYZ 23.42 18.32 94.4 -
YUV 98.98 214.35 70.95 -
System Red Green Blue C M Y K H S L
Decimal 19 110 252 0.92 0.56 0 0.01 216.57 0.97 0.53
Hex 13 6E FC 5C 38 0 1 D9 61 35
Octal 23 156 374 134 70 0 1 331 141 65
Binary 10011 1101110 11111100 1011100 111000 0 1 11011001 1100001 110101

Color Harmonies of #136EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136EFC

Black with #136EFC

Text Example


Text Example

White with #136EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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