Html Css Color HEX #136EF4 Dodger Blue

📋 copy color: '#136EF4'

red 19 ◦ green 110 ◦ blue 244

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

Shades of Dodger Blue #136EF4

Tints of Dodger Blue #136EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 65.42%

R = 5.09%
G = 29.49%
B = 65.42%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#136EF4 (or 0x136EF4) is known color: Dodger Blue. HEX triplet: 13, 6E and F4. RGB value is (19,110,244). Sum of RGB (Red+Green+Blue) = 19+110+244=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 244 (95.70% from 255 or 65.42% from 373); Max value from RGB is 244 - color contains mainly: blue. Hex color #136EF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EF4 is #EC910B. Grayscale: #616161. Windows color (decimal): -15503628 or 16018963. OLE color: 16018963.

HSL color Cylindrical-coordinate representation of color #136EF4: hue angle of 215.73º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136EF4 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 110 244 -
CMYK 0.92 0.55 0 0.04
HSL 215.73º 0.91% 0.52% -
HSV(B) 215.73º 0.92% 0.96% -
XYZ 22.17 17.82 87.86 -
YUV 98.07 210.35 71.6 -
System Red Green Blue C M Y K H S L
Decimal 19 110 244 0.92 0.55 0 0.04 215.73 0.91 0.52
Hex 13 6E F4 5C 37 0 4 D8 5B 34
Octal 23 156 364 134 67 0 4 330 133 64
Binary 10011 1101110 11110100 1011100 110111 0 100 11011000 1011011 110100

Color Harmonies of #136EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136EF4

Black with #136EF4

Text Example


Text Example

White with #136EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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