Html Css Color HEX #136AFD Dodger Blue

📋 copy color: '#136AFD'

red 19 ◦ green 106 ◦ blue 253

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

Shades of Dodger Blue #136AFD

Tints of Dodger Blue #136AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.04%

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

R = 5.03%
G = 28.04%
B = 66.93%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#136AFD (or 0x136AFD) is known color: Dodger Blue. HEX triplet: 13, 6A and FD. RGB value is (19,106,253). Sum of RGB (Red+Green+Blue) = 19+106+253=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #136AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136AFD is #EC9502. Grayscale: #606060. Windows color (decimal): -15504643 or 16607763. OLE color: 16607763.

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

Color convert

RGB 19 106 253 -
CMYK 0.92 0.58 0 0.01
HSL 217.69º 0.98% 0.53% -
HSV(B) 217.69º 0.92% 0.99% -
XYZ 23.15 17.54 95.09 -
YUV 96.75 216.18 72.55 -
System Red Green Blue C M Y K H S L
Decimal 19 106 253 0.92 0.58 0 0.01 217.69 0.98 0.53
Hex 13 6A FD 5C 3A 0 1 DA 62 35
Octal 23 152 375 134 72 0 1 332 142 65
Binary 10011 1101010 11111101 1011100 111010 0 1 11011010 1100010 110101

Color Harmonies of #136AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AFD

Black with #136AFD

Text Example


Text Example

White with #136AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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