Html Css Color HEX #138DFE Dodger Blue

📋 copy color: '#138DFE'

red 19 ◦ green 141 ◦ blue 254

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

Shades of Dodger Blue #138DFE

Tints of Dodger Blue #138DFE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.06%

 BLUE value IS 254 (99.61% from 255) = 61.35%

R = 4.59%
G = 34.06%
B = 61.35%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#138DFE (or 0x138DFE) is known color: Dodger Blue. HEX triplet: 13, 8D and FE. RGB value is (19,141,254). Sum of RGB (Red+Green+Blue) = 19+141+254=414 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.59% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #138DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138DFE is #EC7201. Grayscale: #747474. Windows color (decimal): -15495682 or 16682259. OLE color: 16682259.

HSL color Cylindrical-coordinate representation of color #138DFE: hue angle of 208.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #138DFE is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 141 254 -
CMYK 0.93 0.44 0 0.00
HSL 208.85º 0.99% 0.54% -
HSV(B) 208.85º 0.93% 1% -
XYZ 27.68 26.34 97.39 -
YUV 117.4 205.08 57.81 -
System Red Green Blue C M Y K H S L
Decimal 19 141 254 0.93 0.44 0 0.00 208.85 0.99 0.54
Hex 13 8D FE 5D 2C 0 0 D1 63 36
Octal 23 215 376 135 54 0 0 321 143 66
Binary 10011 10001101 11111110 1011101 101100 0 0 11010001 1100011 110110

Color Harmonies of #138DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DFE

Black with #138DFE

Text Example


Text Example

White with #138DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,141,254); }

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

background-color css

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

 a { background-color: rgb(19,141,254); }

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

border-color css

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

 span { border-color: rgb(19,141,254); }

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