Html Css Color HEX #136BF8 Dodger Blue

📋 copy color: '#136BF8'

red 19 ◦ green 107 ◦ blue 248

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

Shades of Dodger Blue #136BF8

Tints of Dodger Blue #136BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 66.31%

R = 5.08%
G = 28.61%
B = 66.31%

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

#136BF8 (or 0x136BF8) is known color: Dodger Blue. HEX triplet: 13, 6B and F8. RGB value is (19,107,248). Sum of RGB (Red+Green+Blue) = 19+107+248=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 248 (97.27% from 255 or 66.31% from 374); Max value from RGB is 248 - color contains mainly: blue. Hex color #136BF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136BF8 is #EC9407. Grayscale: #606060. Windows color (decimal): -15504392 or 16280339. OLE color: 16280339.

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

Color convert

RGB 19 107 248 -
CMYK 0.92 0.57 0 0.03
HSL 216.94º 0.94% 0.52% -
HSV(B) 216.94º 0.92% 0.97% -
XYZ 22.47 17.43 90.99 -
YUV 96.76 213.35 72.54 -
System Red Green Blue C M Y K H S L
Decimal 19 107 248 0.92 0.57 0 0.03 216.94 0.94 0.52
Hex 13 6B F8 5C 39 0 3 D9 5E 34
Octal 23 153 370 134 71 0 3 331 136 64
Binary 10011 1101011 11111000 1011100 111001 0 11 11011001 1011110 110100

Color Harmonies of #136BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BF8

Black with #136BF8

Text Example


Text Example

White with #136BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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