Html Css Color HEX #139BFD Dodger Blue

📋 copy color: '#139BFD'

red 19 ◦ green 155 ◦ blue 253

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

Shades of Dodger Blue #139BFD

Tints of Dodger Blue #139BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.25%

R = 4.45%
G = 36.3%
B = 59.25%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#139BFD (or 0x139BFD) is known color: Dodger Blue. HEX triplet: 13, 9B and FD. RGB value is (19,155,253). Sum of RGB (Red+Green+Blue) = 19+155+253=427 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.45% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #139BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139BFD is #EC6402. Grayscale: #7C7C7C. Windows color (decimal): -15492099 or 16620307. OLE color: 16620307.

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

Color convert

RGB 19 155 253 -
CMYK 0.92 0.39 0 0.01
HSL 205.13º 0.98% 0.53% -
HSV(B) 205.13º 0.92% 0.99% -
XYZ 29.72 30.67 97.28 -
YUV 125.51 199.94 52.03 -
System Red Green Blue C M Y K H S L
Decimal 19 155 253 0.92 0.39 0 0.01 205.13 0.98 0.53
Hex 13 9B FD 5C 27 0 1 CD 62 35
Octal 23 233 375 134 47 0 1 315 142 65
Binary 10011 10011011 11111101 1011100 100111 0 1 11001101 1100010 110101

Color Harmonies of #139BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139BFD

Black with #139BFD

Text Example


Text Example

White with #139BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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