Html Css Color HEX #138AF6 Dodger Blue

📋 copy color: '#138AF6'

red 19 ◦ green 138 ◦ blue 246

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

Shades of Dodger Blue #138AF6

Tints of Dodger Blue #138AF6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

 BLUE value IS 246 (96.48% from 255) = 61.04%

R = 4.71%
G = 34.24%
B = 61.04%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#138AF6 (or 0x138AF6) is known color: Dodger Blue. HEX triplet: 13, 8A and F6. RGB value is (19,138,246). Sum of RGB (Red+Green+Blue) = 19+138+246=403 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.71% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 246 (96.48% from 255 or 61.04% from 403); Max value from RGB is 246 - color contains mainly: blue. Hex color #138AF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138AF6 is #EC7509. Grayscale: #727272. Windows color (decimal): -15496458 or 16157203. OLE color: 16157203.

HSL color Cylindrical-coordinate representation of color #138AF6: hue angle of 208.55º degrees, saturation: 0.93, 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 #138AF6 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 138 246 -
CMYK 0.92 0.44 0 0.04
HSL 208.55º 0.93% 0.52% -
HSV(B) 208.55º 0.92% 0.96% -
XYZ 25.99 24.97 90.64 -
YUV 114.73 202.08 59.72 -
System Red Green Blue C M Y K H S L
Decimal 19 138 246 0.92 0.44 0 0.04 208.55 0.93 0.52
Hex 13 8A F6 5C 2C 0 4 D1 5D 34
Octal 23 212 366 134 54 0 4 321 135 64
Binary 10011 10001010 11110110 1011100 101100 0 100 11010001 1011101 110100

Color Harmonies of #138AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138AF6

Black with #138AF6

Text Example


Text Example

White with #138AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138AF6; }

 p { color: rgb(19,138,246); }

 H1.HeaderClassName
 {
   color: #138AF6;
 }
 .AnyTagClassName
 {
   color: #138AF6;
 }
</style>

background-color css

<style>
 a { background-color: #138AF6; }

 a { background-color: rgb(19,138,246); }

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

border-color css

<style>
 span { border-color: #138AF6; }

 span { border-color: rgb(19,138,246); }

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