Html Css Color HEX #136CFD Dodger Blue

📋 copy color: '#136CFD'

red 19 ◦ green 108 ◦ blue 253

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

Shades of Dodger Blue #136CFD

Tints of Dodger Blue #136CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

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

R = 5%
G = 28.42%
B = 66.58%

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

#136CFD (or 0x136CFD) is known color: Dodger Blue. HEX triplet: 13, 6C and FD. RGB value is (19,108,253). Sum of RGB (Red+Green+Blue) = 19+108+253=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #136CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136CFD is #EC9302. Grayscale: #616161. Windows color (decimal): -15504131 or 16608275. OLE color: 16608275.

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

Color convert

RGB 19 108 253 -
CMYK 0.92 0.57 0 0.01
HSL 217.18º 0.98% 0.53% -
HSV(B) 217.18º 0.92% 0.99% -
XYZ 23.36 17.96 95.16 -
YUV 97.92 215.51 71.71 -
System Red Green Blue C M Y K H S L
Decimal 19 108 253 0.92 0.57 0 0.01 217.18 0.98 0.53
Hex 13 6C FD 5C 39 0 1 D9 62 35
Octal 23 154 375 134 71 0 1 331 142 65
Binary 10011 1101100 11111101 1011100 111001 0 1 11011001 1100010 110101

Color Harmonies of #136CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CFD

Black with #136CFD

Text Example


Text Example

White with #136CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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