Html Css Color HEX #138FEF Dodger Blue

📋 copy color: '#138FEF'

red 19 ◦ green 143 ◦ blue 239

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

Shades of Dodger Blue #138FEF

Tints of Dodger Blue #138FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

 BLUE value IS 239 (93.75% from 255) = 59.6%

R = 4.74%
G = 35.66%
B = 59.6%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#138FEF (or 0x138FEF) is known color: Dodger Blue. HEX triplet: 13, 8F and EF. RGB value is (19,143,239). Sum of RGB (Red+Green+Blue) = 19+143+239=401 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.74% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #138FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138FEF is #EC7010. Grayscale: #747474. Windows color (decimal): -15495185 or 15699731. OLE color: 15699731.

HSL color Cylindrical-coordinate representation of color #138FEF: hue angle of 206.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138FEF is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 143 239 -
CMYK 0.92 0.40 0 0.06
HSL 206.18º 0.87% 0.51% -
HSV(B) 206.18º 0.92% 0.94% -
XYZ 25.67 26.02 85.33 -
YUV 116.87 196.92 58.19 -
System Red Green Blue C M Y K H S L
Decimal 19 143 239 0.92 0.40 0 0.06 206.18 0.87 0.51
Hex 13 8F EF 5C 28 0 6 CE 57 33
Octal 23 217 357 134 50 0 6 316 127 63
Binary 10011 10001111 11101111 1011100 101000 0 110 11001110 1010111 110011

Color Harmonies of #138FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FEF

Black with #138FEF

Text Example


Text Example

White with #138FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,143,239); }

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

background-color css

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

 a { background-color: rgb(19,143,239); }

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

border-color css

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

 span { border-color: rgb(19,143,239); }

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