Html Css Color HEX #136CF7 Dodger Blue

📋 copy color: '#136CF7'

red 19 ◦ green 108 ◦ blue 247

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

Shades of Dodger Blue #136CF7

Tints of Dodger Blue #136CF7

RGB

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

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

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

R = 5.08%
G = 28.88%
B = 66.04%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#136CF7 (or 0x136CF7) is known color: Dodger Blue. HEX triplet: 13, 6C and F7. RGB value is (19,108,247). Sum of RGB (Red+Green+Blue) = 19+108+247=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 247 (96.88% from 255 or 66.04% from 374); Max value from RGB is 247 - color contains mainly: blue. Hex color #136CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136CF7 is #EC9308. Grayscale: #606060. Windows color (decimal): -15504137 or 16215059. OLE color: 16215059.

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

Color convert

RGB 19 108 247 -
CMYK 0.92 0.56 0 0.03
HSL 216.58º 0.93% 0.52% -
HSV(B) 216.58º 0.92% 0.97% -
XYZ 22.42 17.58 90.21 -
YUV 97.24 212.51 72.2 -
System Red Green Blue C M Y K H S L
Decimal 19 108 247 0.92 0.56 0 0.03 216.58 0.93 0.52
Hex 13 6C F7 5C 38 0 3 D9 5D 34
Octal 23 154 367 134 70 0 3 331 135 64
Binary 10011 1101100 11110111 1011100 111000 0 11 11011001 1011101 110100

Color Harmonies of #136CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CF7

Black with #136CF7

Text Example


Text Example

White with #136CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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