Html Css Color HEX #136AF4 Dodger Blue

📋 copy color: '#136AF4'

red 19 ◦ green 106 ◦ blue 244

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

Shades of Dodger Blue #136AF4

Tints of Dodger Blue #136AF4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.73%

 BLUE value IS 244 (95.7% from 255) = 66.12%

R = 5.15%
G = 28.73%
B = 66.12%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#136AF4 (or 0x136AF4) is known color: Dodger Blue. HEX triplet: 13, 6A and F4. RGB value is (19,106,244). Sum of RGB (Red+Green+Blue) = 19+106+244=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 244 (95.70% from 255 or 66.12% from 369); Max value from RGB is 244 - color contains mainly: blue. Hex color #136AF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136AF4 is #EC950B. Grayscale: #5F5F5F. Windows color (decimal): -15504652 or 16017939. OLE color: 16017939.

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

Color convert

RGB 19 106 244 -
CMYK 0.92 0.57 0 0.04
HSL 216.8º 0.91% 0.52% -
HSV(B) 216.8º 0.92% 0.96% -
XYZ 21.75 16.98 87.72 -
YUV 95.72 211.68 73.28 -
System Red Green Blue C M Y K H S L
Decimal 19 106 244 0.92 0.57 0 0.04 216.8 0.91 0.52
Hex 13 6A F4 5C 39 0 4 D9 5B 34
Octal 23 152 364 134 71 0 4 331 133 64
Binary 10011 1101010 11110100 1011100 111001 0 100 11011001 1011011 110100

Color Harmonies of #136AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AF4

Black with #136AF4

Text Example


Text Example

White with #136AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,106,244); }

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

background-color css

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

 a { background-color: rgb(19,106,244); }

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

border-color css

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

 span { border-color: rgb(19,106,244); }

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