Html Css Color HEX #139AFD Dodger Blue

📋 copy color: '#139AFD'

red 19 ◦ green 154 ◦ blue 253

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

Shades of Dodger Blue #139AFD

Tints of Dodger Blue #139AFD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.15%

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

R = 4.46%
G = 36.15%
B = 59.39%

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

#139AFD (or 0x139AFD) is known color: Dodger Blue. HEX triplet: 13, 9A and FD. RGB value is (19,154,253). Sum of RGB (Red+Green+Blue) = 19+154+253=426 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.46% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #139AFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139AFD is #EC6502. Grayscale: #7C7C7C. Windows color (decimal): -15492355 or 16620051. OLE color: 16620051.

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

Color convert

RGB 19 154 253 -
CMYK 0.92 0.39 0 0.01
HSL 205.38º 0.98% 0.53% -
HSV(B) 205.38º 0.92% 0.99% -
XYZ 29.55 30.34 97.23 -
YUV 124.92 200.27 52.45 -
System Red Green Blue C M Y K H S L
Decimal 19 154 253 0.92 0.39 0 0.01 205.38 0.98 0.53
Hex 13 9A FD 5C 27 0 1 CD 62 35
Octal 23 232 375 134 47 0 1 315 142 65
Binary 10011 10011010 11111101 1011100 100111 0 1 11001101 1100010 110101

Color Harmonies of #139AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139AFD

Black with #139AFD

Text Example


Text Example

White with #139AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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