Html Css Color HEX #139BFF Dodger Blue

📋 copy color: '#139BFF'

red 19 ◦ green 155 ◦ blue 255

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

Shades of Dodger Blue #139BFF

Tints of Dodger Blue #139BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.44%

R = 4.43%
G = 36.13%
B = 59.44%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#139BFF (or 0x139BFF) is known color: Dodger Blue. HEX triplet: 13, 9B and FF. RGB value is (19,155,255). Sum of RGB (Red+Green+Blue) = 19+155+255=429 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.43% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #139BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139BFF is #EC6400. Grayscale: #7D7D7D. Windows color (decimal): -15492097 or 16751379. OLE color: 16751379.

HSL color Cylindrical-coordinate representation of color #139BFF: hue angle of 205.42º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #139BFF is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 155 255 -
CMYK 0.93 0.39 0 0
HSL 205.42º 1% 0.54% -
HSV(B) 205.42º 0.93% 1% -
XYZ 30.04 30.8 98.97 -
YUV 125.74 200.94 51.87 -
System Red Green Blue C M Y K H S L
Decimal 19 155 255 0.93 0.39 0 0 205.42 1 0.54
Hex 13 9B FF 5D 27 0 0 CD 64 36
Octal 23 233 377 135 47 0 0 315 144 66
Binary 10011 10011011 11111111 1011101 100111 0 0 11001101 1100100 110110

Color Harmonies of #139BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139BFF

Black with #139BFF

Text Example


Text Example

White with #139BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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