Html Css Color HEX #139BEC Dodger Blue

📋 copy color: '#139BEC'

red 19 ◦ green 155 ◦ blue 236

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

Shades of Dodger Blue #139BEC

Tints of Dodger Blue #139BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.8%

 BLUE value IS 236 (92.58% from 255) = 57.56%

R = 4.63%
G = 37.8%
B = 57.56%

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

#139BEC (or 0x139BEC) is known color: Dodger Blue. HEX triplet: 13, 9B and EC. RGB value is (19,155,236). Sum of RGB (Red+Green+Blue) = 19+155+236=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #139BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139BEC is #EC6413. Grayscale: #7B7B7B. Windows color (decimal): -15492116 or 15506195. OLE color: 15506195.

HSL color Cylindrical-coordinate representation of color #139BEC: hue angle of 202.4º degrees, saturation: 0.85, 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 #139BEC is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 155 236 -
CMYK 0.92 0.34 0 0.07
HSL 202.4º 0.85% 0.5% -
HSV(B) 202.4º 0.92% 0.93% -
XYZ 27.13 29.64 83.65 -
YUV 123.57 191.44 53.41 -
System Red Green Blue C M Y K H S L
Decimal 19 155 236 0.92 0.34 0 0.07 202.4 0.85 0.5
Hex 13 9B EC 5C 22 0 7 CA 55 32
Octal 23 233 354 134 42 0 7 312 125 62
Binary 10011 10011011 11101100 1011100 100010 0 111 11001010 1010101 110010

Color Harmonies of #139BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139BEC

Black with #139BEC

Text Example


Text Example

White with #139BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,155,236); }

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

background-color css

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

 a { background-color: rgb(19,155,236); }

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

border-color css

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

 span { border-color: rgb(19,155,236); }

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