Html Css Color HEX #139DFC Dodger Blue

📋 copy color: '#139DFC'

red 19 ◦ green 157 ◦ blue 252

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

Shades of Dodger Blue #139DFC

Tints of Dodger Blue #139DFC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.68%

 BLUE value IS 252 (98.83% from 255) = 58.88%

R = 4.44%
G = 36.68%
B = 58.88%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#139DFC (or 0x139DFC) is known color: Dodger Blue. HEX triplet: 13, 9D and FC. RGB value is (19,157,252). Sum of RGB (Red+Green+Blue) = 19+157+252=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #139DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139DFC is #EC6203. Grayscale: #7E7E7E. Windows color (decimal): -15491588 or 16555283. OLE color: 16555283.

HSL color Cylindrical-coordinate representation of color #139DFC: hue angle of 204.46º degrees, saturation: 0.97, 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 #139DFC is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 157 252 -
CMYK 0.92 0.38 0 0.01
HSL 204.46º 0.97% 0.53% -
HSV(B) 204.46º 0.92% 0.99% -
XYZ 29.9 31.28 96.56 -
YUV 126.57 198.78 51.28 -
System Red Green Blue C M Y K H S L
Decimal 19 157 252 0.92 0.38 0 0.01 204.46 0.97 0.53
Hex 13 9D FC 5C 26 0 1 CC 61 35
Octal 23 235 374 134 46 0 1 314 141 65
Binary 10011 10011101 11111100 1011100 100110 0 1 11001100 1100001 110101

Color Harmonies of #139DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DFC

Black with #139DFC

Text Example


Text Example

White with #139DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,157,252); }

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

background-color css

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

 a { background-color: rgb(19,157,252); }

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

border-color css

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

 span { border-color: rgb(19,157,252); }

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