Html Css Color HEX #139FFD Dodger Blue

📋 copy color: '#139FFD'

red 19 ◦ green 159 ◦ blue 253

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

Shades of Dodger Blue #139FFD

Tints of Dodger Blue #139FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 4.41%
G = 36.89%
B = 58.7%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#139FFD (or 0x139FFD) is known color: Dodger Blue. HEX triplet: 13, 9F and FD. RGB value is (19,159,253). Sum of RGB (Red+Green+Blue) = 19+159+253=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #139FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139FFD is #EC6002. Grayscale: #7F7F7F. Windows color (decimal): -15491075 or 16621331. OLE color: 16621331.

HSL color Cylindrical-coordinate representation of color #139FFD: hue angle of 204.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139FFD is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 159 253 -
CMYK 0.92 0.37 0 0.01
HSL 204.1º 0.98% 0.53% -
HSV(B) 204.1º 0.92% 0.99% -
XYZ 30.4 32.03 97.51 -
YUV 127.86 198.62 50.36 -
System Red Green Blue C M Y K H S L
Decimal 19 159 253 0.92 0.37 0 0.01 204.1 0.98 0.53
Hex 13 9F FD 5C 25 0 1 CC 62 35
Octal 23 237 375 134 45 0 1 314 142 65
Binary 10011 10011111 11111101 1011100 100101 0 1 11001100 1100010 110101

Color Harmonies of #139FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139FFD

Black with #139FFD

Text Example


Text Example

White with #139FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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