Html Css Color HEX #139AF8 Dodger Blue

📋 copy color: '#139AF8'

red 19 ◦ green 154 ◦ blue 248

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

Shades of Dodger Blue #139AF8

Tints of Dodger Blue #139AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 58.91%

R = 4.51%
G = 36.58%
B = 58.91%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#139AF8 (or 0x139AF8) is known color: Dodger Blue. HEX triplet: 13, 9A and F8. RGB value is (19,154,248). Sum of RGB (Red+Green+Blue) = 19+154+248=421 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.51% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 248 (97.27% from 255 or 58.91% from 421); Max value from RGB is 248 - color contains mainly: blue. Hex color #139AF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139AF8 is #EC6507. Grayscale: #7B7B7B. Windows color (decimal): -15492360 or 16292371. OLE color: 16292371.

HSL color Cylindrical-coordinate representation of color #139AF8: hue angle of 204.63º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139AF8 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 154 248 -
CMYK 0.92 0.38 0 0.03
HSL 204.63º 0.94% 0.52% -
HSV(B) 204.63º 0.92% 0.97% -
XYZ 28.77 30.03 93.09 -
YUV 124.35 197.77 52.86 -
System Red Green Blue C M Y K H S L
Decimal 19 154 248 0.92 0.38 0 0.03 204.63 0.94 0.52
Hex 13 9A F8 5C 26 0 3 CD 5E 34
Octal 23 232 370 134 46 0 3 315 136 64
Binary 10011 10011010 11111000 1011100 100110 0 11 11001101 1011110 110100

Color Harmonies of #139AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139AF8

Black with #139AF8

Text Example


Text Example

White with #139AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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