Html Css Color HEX #139BFE Dodger Blue

📋 copy color: '#139BFE'

red 19 ◦ green 155 ◦ blue 254

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

Shades of Dodger Blue #139BFE

Tints of Dodger Blue #139BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.35%

R = 4.44%
G = 36.21%
B = 59.35%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#139BFE (or 0x139BFE) is known color: Dodger Blue. HEX triplet: 13, 9B and FE. RGB value is (19,155,254). Sum of RGB (Red+Green+Blue) = 19+155+254=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #139BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139BFE is #EC6401. Grayscale: #7D7D7D. Windows color (decimal): -15492098 or 16685843. OLE color: 16685843.

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

Color convert

RGB 19 155 254 -
CMYK 0.93 0.39 0 0.00
HSL 205.28º 0.99% 0.54% -
HSV(B) 205.28º 0.93% 1% -
XYZ 29.88 30.74 98.12 -
YUV 125.62 200.44 51.95 -
System Red Green Blue C M Y K H S L
Decimal 19 155 254 0.93 0.39 0 0.00 205.28 0.99 0.54
Hex 13 9B FE 5D 27 0 0 CD 63 36
Octal 23 233 376 135 47 0 0 315 143 66
Binary 10011 10011011 11111110 1011101 100111 0 0 11001101 1100011 110110

Color Harmonies of #139BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139BFE

Black with #139BFE

Text Example


Text Example

White with #139BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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