Html Css Color HEX #136AFA Dodger Blue

📋 copy color: '#136AFA'

red 19 ◦ green 106 ◦ blue 250

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

Shades of Dodger Blue #136AFA

Tints of Dodger Blue #136AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.67%

R = 5.07%
G = 28.27%
B = 66.67%

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

#136AFA (or 0x136AFA) is known color: Dodger Blue. HEX triplet: 13, 6A and FA. RGB value is (19,106,250). Sum of RGB (Red+Green+Blue) = 19+106+250=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #136AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136AFA is #EC9505. Grayscale: #5F5F5F. Windows color (decimal): -15504646 or 16411155. OLE color: 16411155.

HSL color Cylindrical-coordinate representation of color #136AFA: hue angle of 217.4º degrees, saturation: 0.96, 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 #136AFA is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 106 250 -
CMYK 0.92 0.58 0 0.02
HSL 217.4º 0.96% 0.53% -
HSV(B) 217.4º 0.92% 0.98% -
XYZ 22.68 17.35 92.6 -
YUV 96.4 214.68 72.79 -
System Red Green Blue C M Y K H S L
Decimal 19 106 250 0.92 0.58 0 0.02 217.4 0.96 0.53
Hex 13 6A FA 5C 3A 0 2 D9 60 35
Octal 23 152 372 134 72 0 2 331 140 65
Binary 10011 1101010 11111010 1011100 111010 0 10 11011001 1100000 110101

Color Harmonies of #136AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AFA

Black with #136AFA

Text Example


Text Example

White with #136AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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