Html Css Color HEX #139FEF Dodger Blue

📋 copy color: '#139FEF'

red 19 ◦ green 159 ◦ blue 239

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

Shades of Dodger Blue #139FEF

Tints of Dodger Blue #139FEF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.13%

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

R = 4.56%
G = 38.13%
B = 57.31%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#139FEF (or 0x139FEF) is known color: Dodger Blue. HEX triplet: 13, 9F and EF. RGB value is (19,159,239). Sum of RGB (Red+Green+Blue) = 19+159+239=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #139FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139FEF is #EC6010. Grayscale: #7D7D7D. Windows color (decimal): -15491089 or 15703827. OLE color: 15703827.

HSL color Cylindrical-coordinate representation of color #139FEF: hue angle of 201.82º 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 #139FEF is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 159 239 -
CMYK 0.92 0.33 0 0.06
HSL 201.82º 0.87% 0.51% -
HSV(B) 201.82º 0.92% 0.94% -
XYZ 28.25 31.17 86.19 -
YUV 126.26 191.62 51.5 -
System Red Green Blue C M Y K H S L
Decimal 19 159 239 0.92 0.33 0 0.06 201.82 0.87 0.51
Hex 13 9F EF 5C 21 0 6 CA 57 33
Octal 23 237 357 134 41 0 6 312 127 63
Binary 10011 10011111 11101111 1011100 100001 0 110 11001010 1010111 110011

Color Harmonies of #139FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139FEF

Black with #139FEF

Text Example


Text Example

White with #139FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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