Html Css Color HEX #139AFB Dodger Blue

📋 copy color: '#139AFB'

red 19 ◦ green 154 ◦ blue 251

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

Shades of Dodger Blue #139AFB

Tints of Dodger Blue #139AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.2%

R = 4.48%
G = 36.32%
B = 59.2%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#139AFB (or 0x139AFB) is known color: Dodger Blue. HEX triplet: 13, 9A and FB. RGB value is (19,154,251). Sum of RGB (Red+Green+Blue) = 19+154+251=424 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.48% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #139AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139AFB is #EC6504. Grayscale: #7C7C7C. Windows color (decimal): -15492357 or 16488979. OLE color: 16488979.

HSL color Cylindrical-coordinate representation of color #139AFB: hue angle of 205.09º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139AFB is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 154 251 -
CMYK 0.92 0.39 0 0.02
HSL 205.09º 0.97% 0.53% -
HSV(B) 205.09º 0.92% 0.98% -
XYZ 29.24 30.21 95.56 -
YUV 124.69 199.27 52.61 -
System Red Green Blue C M Y K H S L
Decimal 19 154 251 0.92 0.39 0 0.02 205.09 0.97 0.53
Hex 13 9A FB 5C 27 0 2 CD 61 35
Octal 23 232 373 134 47 0 2 315 141 65
Binary 10011 10011010 11111011 1011100 100111 0 10 11001101 1100001 110101

Color Harmonies of #139AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139AFB

Black with #139AFB

Text Example


Text Example

White with #139AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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