Html Css Color HEX #136BF5 Dodger Blue

📋 copy color: '#136BF5'

red 19 ◦ green 107 ◦ blue 245

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

Shades of Dodger Blue #136BF5

Tints of Dodger Blue #136BF5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.84%

 BLUE value IS 245 (96.09% from 255) = 66.04%

R = 5.12%
G = 28.84%
B = 66.04%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#136BF5 (or 0x136BF5) is known color: Dodger Blue. HEX triplet: 13, 6B and F5. RGB value is (19,107,245). Sum of RGB (Red+Green+Blue) = 19+107+245=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 245 (96.09% from 255 or 66.04% from 371); Max value from RGB is 245 - color contains mainly: blue. Hex color #136BF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136BF5 is #EC940A. Grayscale: #5F5F5F. Windows color (decimal): -15504395 or 16083731. OLE color: 16083731.

HSL color Cylindrical-coordinate representation of color #136BF5: hue angle of 216.64º degrees, saturation: 0.92, 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 #136BF5 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 107 245 -
CMYK 0.92 0.56 0 0.04
HSL 216.64º 0.92% 0.52% -
HSV(B) 216.64º 0.92% 0.96% -
XYZ 22.01 17.25 88.56 -
YUV 96.42 211.85 72.78 -
System Red Green Blue C M Y K H S L
Decimal 19 107 245 0.92 0.56 0 0.04 216.64 0.92 0.52
Hex 13 6B F5 5C 38 0 4 D9 5C 34
Octal 23 153 365 134 70 0 4 331 134 64
Binary 10011 1101011 11110101 1011100 111000 0 100 11011001 1011100 110100

Color Harmonies of #136BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BF5

Black with #136BF5

Text Example


Text Example

White with #136BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,107,245); }

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

background-color css

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

 a { background-color: rgb(19,107,245); }

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

border-color css

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

 span { border-color: rgb(19,107,245); }

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