Html Css Color HEX #136FFA Dodger Blue

📋 copy color: '#136FFA'

red 19 ◦ green 111 ◦ blue 250

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

Shades of Dodger Blue #136FFA

Tints of Dodger Blue #136FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.21%

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

R = 5%
G = 29.21%
B = 65.79%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#136FFA (or 0x136FFA) is known color: Dodger Blue. HEX triplet: 13, 6F and FA. RGB value is (19,111,250). Sum of RGB (Red+Green+Blue) = 19+111+250=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #136FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136FFA is #EC9005. Grayscale: #626262. Windows color (decimal): -15503366 or 16412435. OLE color: 16412435.

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

Color convert

RGB 19 111 250 -
CMYK 0.92 0.56 0 0.02
HSL 216.1º 0.96% 0.53% -
HSV(B) 216.1º 0.92% 0.98% -
XYZ 23.21 18.41 92.77 -
YUV 99.34 213.02 70.7 -
System Red Green Blue C M Y K H S L
Decimal 19 111 250 0.92 0.56 0 0.02 216.1 0.96 0.53
Hex 13 6F FA 5C 38 0 2 D8 60 35
Octal 23 157 372 134 70 0 2 330 140 65
Binary 10011 1101111 11111010 1011100 111000 0 10 11011000 1100000 110101

Color Harmonies of #136FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FFA

Black with #136FFA

Text Example


Text Example

White with #136FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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