Html Css Color HEX #136EFA Dodger Blue

📋 copy color: '#136EFA'

red 19 ◦ green 110 ◦ blue 250

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

Shades of Dodger Blue #136EFA

Tints of Dodger Blue #136EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.96%

R = 5.01%
G = 29.02%
B = 65.96%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#136EFA (or 0x136EFA) is known color: Dodger Blue. HEX triplet: 13, 6E and FA. RGB value is (19,110,250). Sum of RGB (Red+Green+Blue) = 19+110+250=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #136EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EFA is #EC9105. Grayscale: #626262. Windows color (decimal): -15503622 or 16412179. OLE color: 16412179.

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

Color convert

RGB 19 110 250 -
CMYK 0.92 0.56 0 0.02
HSL 216.36º 0.96% 0.53% -
HSV(B) 216.36º 0.92% 0.98% -
XYZ 23.1 18.19 92.74 -
YUV 98.75 213.35 71.12 -
System Red Green Blue C M Y K H S L
Decimal 19 110 250 0.92 0.56 0 0.02 216.36 0.96 0.53
Hex 13 6E FA 5C 38 0 2 D8 60 35
Octal 23 156 372 134 70 0 2 330 140 65
Binary 10011 1101110 11111010 1011100 111000 0 10 11011000 1100000 110101

Color Harmonies of #136EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136EFA

Black with #136EFA

Text Example


Text Example

White with #136EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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