Html Css Color HEX #136CFC Dodger Blue

📋 copy color: '#136CFC'

red 19 ◦ green 108 ◦ blue 252

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

Shades of Dodger Blue #136CFC

Tints of Dodger Blue #136CFC

RGB

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

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

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

R = 5.01%
G = 28.5%
B = 66.49%

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

#136CFC (or 0x136CFC) is known color: Dodger Blue. HEX triplet: 13, 6C and FC. RGB value is (19,108,252). Sum of RGB (Red+Green+Blue) = 19+108+252=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #136CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136CFC is #EC9303. Grayscale: #616161. Windows color (decimal): -15504132 or 16542739. OLE color: 16542739.

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

Color convert

RGB 19 108 252 -
CMYK 0.92 0.57 0 0.01
HSL 217.08º 0.97% 0.53% -
HSV(B) 217.08º 0.92% 0.99% -
XYZ 23.2 17.89 94.33 -
YUV 97.81 215.01 71.79 -
System Red Green Blue C M Y K H S L
Decimal 19 108 252 0.92 0.57 0 0.01 217.08 0.97 0.53
Hex 13 6C FC 5C 39 0 1 D9 61 35
Octal 23 154 374 134 71 0 1 331 141 65
Binary 10011 1101100 11111100 1011100 111001 0 1 11011001 1100001 110101

Color Harmonies of #136CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CFC

Black with #136CFC

Text Example


Text Example

White with #136CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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