Html Css Color HEX #136FF0 Dodger Blue

📋 copy color: '#136FF0'

red 19 ◦ green 111 ◦ blue 240

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

Shades of Dodger Blue #136FF0

Tints of Dodger Blue #136FF0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

 BLUE value IS 240 (94.14% from 255) = 64.86%

R = 5.14%
G = 30%
B = 64.86%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#136FF0 (or 0x136FF0) is known color: Dodger Blue. HEX triplet: 13, 6F and F0. RGB value is (19,111,240). Sum of RGB (Red+Green+Blue) = 19+111+240=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 240 (94.14% from 255 or 64.86% from 370); Max value from RGB is 240 - color contains mainly: blue. Hex color #136FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136FF0 is #EC900F. Grayscale: #616161. Windows color (decimal): -15503376 or 15757075. OLE color: 15757075.

HSL color Cylindrical-coordinate representation of color #136FF0: hue angle of 215.02º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136FF0 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 111 240 -
CMYK 0.92 0.54 0 0.06
HSL 215.02º 0.88% 0.51% -
HSV(B) 215.02º 0.92% 0.94% -
XYZ 21.68 17.8 84.73 -
YUV 98.2 208.02 71.51 -
System Red Green Blue C M Y K H S L
Decimal 19 111 240 0.92 0.54 0 0.06 215.02 0.88 0.51
Hex 13 6F F0 5C 36 0 6 D7 58 33
Octal 23 157 360 134 66 0 6 327 130 63
Binary 10011 1101111 11110000 1011100 110110 0 110 11010111 1011000 110011

Color Harmonies of #136FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FF0

Black with #136FF0

Text Example


Text Example

White with #136FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,111,240); }

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

background-color css

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

 a { background-color: rgb(19,111,240); }

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

border-color css

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

 span { border-color: rgb(19,111,240); }

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