Html Css Color HEX #136AFB Dodger Blue

📋 copy color: '#136AFB'

red 19 ◦ green 106 ◦ blue 251

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

Shades of Dodger Blue #136AFB

Tints of Dodger Blue #136AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.76%

R = 5.05%
G = 28.19%
B = 66.76%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#136AFB (or 0x136AFB) is known color: Dodger Blue. HEX triplet: 13, 6A and FB. RGB value is (19,106,251). Sum of RGB (Red+Green+Blue) = 19+106+251=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #136AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136AFB is #EC9504. Grayscale: #5F5F5F. Windows color (decimal): -15504645 or 16476691. OLE color: 16476691.

HSL color Cylindrical-coordinate representation of color #136AFB: hue angle of 217.5º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136AFB is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 106 251 -
CMYK 0.92 0.58 0 0.02
HSL 217.5º 0.97% 0.53% -
HSV(B) 217.5º 0.92% 0.98% -
XYZ 22.84 17.41 93.42 -
YUV 96.52 215.18 72.71 -
System Red Green Blue C M Y K H S L
Decimal 19 106 251 0.92 0.58 0 0.02 217.5 0.97 0.53
Hex 13 6A FB 5C 3A 0 2 DA 61 35
Octal 23 152 373 134 72 0 2 332 141 65
Binary 10011 1101010 11111011 1011100 111010 0 10 11011010 1100001 110101

Color Harmonies of #136AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AFB

Black with #136AFB

Text Example


Text Example

White with #136AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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