Html Css Color HEX #136BF7 Dodger Blue

📋 copy color: '#136BF7'

red 19 ◦ green 107 ◦ blue 247

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

Shades of Dodger Blue #136BF7

Tints of Dodger Blue #136BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 66.22%

R = 5.09%
G = 28.69%
B = 66.22%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#136BF7 (or 0x136BF7) is known color: Dodger Blue. HEX triplet: 13, 6B and F7. RGB value is (19,107,247). Sum of RGB (Red+Green+Blue) = 19+107+247=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 247 (96.88% from 255 or 66.22% from 373); Max value from RGB is 247 - color contains mainly: blue. Hex color #136BF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136BF7 is #EC9408. Grayscale: #606060. Windows color (decimal): -15504393 or 16214803. OLE color: 16214803.

HSL color Cylindrical-coordinate representation of color #136BF7: hue angle of 216.84º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136BF7 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 107 247 -
CMYK 0.92 0.57 0 0.03
HSL 216.84º 0.93% 0.52% -
HSV(B) 216.84º 0.92% 0.97% -
XYZ 22.31 17.37 90.17 -
YUV 96.65 212.85 72.62 -
System Red Green Blue C M Y K H S L
Decimal 19 107 247 0.92 0.57 0 0.03 216.84 0.93 0.52
Hex 13 6B F7 5C 39 0 3 D9 5D 34
Octal 23 153 367 134 71 0 3 331 135 64
Binary 10011 1101011 11110111 1011100 111001 0 11 11011001 1011101 110100

Color Harmonies of #136BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BF7

Black with #136BF7

Text Example


Text Example

White with #136BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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