Html Css Color HEX #139DED Dodger Blue

📋 copy color: '#139DED'

red 19 ◦ green 157 ◦ blue 237

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

Shades of Dodger Blue #139DED

Tints of Dodger Blue #139DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.38%

R = 4.6%
G = 38.01%
B = 57.38%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#139DED (or 0x139DED) is known color: Dodger Blue. HEX triplet: 13, 9D and ED. RGB value is (19,157,237). Sum of RGB (Red+Green+Blue) = 19+157+237=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #139DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139DED is #EC6212. Grayscale: #7C7C7C. Windows color (decimal): -15491603 or 15572243. OLE color: 15572243.

HSL color Cylindrical-coordinate representation of color #139DED: hue angle of 202.02º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139DED is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 157 237 -
CMYK 0.92 0.34 0 0.07
HSL 202.02º 0.86% 0.5% -
HSV(B) 202.02º 0.92% 0.93% -
XYZ 27.61 30.37 84.53 -
YUV 124.86 191.28 52.5 -
System Red Green Blue C M Y K H S L
Decimal 19 157 237 0.92 0.34 0 0.07 202.02 0.86 0.5
Hex 13 9D ED 5C 22 0 7 CA 56 32
Octal 23 235 355 134 42 0 7 312 126 62
Binary 10011 10011101 11101101 1011100 100010 0 111 11001010 1010110 110010

Color Harmonies of #139DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DED

Black with #139DED

Text Example


Text Example

White with #139DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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