Html Css Color HEX #139CFE Dodger Blue

📋 copy color: '#139CFE'

red 19 ◦ green 156 ◦ blue 254

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

Shades of Dodger Blue #139CFE

Tints of Dodger Blue #139CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.36%

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

R = 4.43%
G = 36.36%
B = 59.21%

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

#139CFE (or 0x139CFE) is known color: Dodger Blue. HEX triplet: 13, 9C and FE. RGB value is (19,156,254). Sum of RGB (Red+Green+Blue) = 19+156+254=429 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.43% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #139CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139CFE is #EC6301. Grayscale: #7D7D7D. Windows color (decimal): -15491842 or 16686099. OLE color: 16686099.

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

Color convert

RGB 19 156 254 -
CMYK 0.93 0.39 0 0.00
HSL 205.02º 0.99% 0.54% -
HSV(B) 205.02º 0.93% 1% -
XYZ 30.05 31.07 98.18 -
YUV 126.21 200.11 51.53 -
System Red Green Blue C M Y K H S L
Decimal 19 156 254 0.93 0.39 0 0.00 205.02 0.99 0.54
Hex 13 9C FE 5D 27 0 0 CD 63 36
Octal 23 234 376 135 47 0 0 315 143 66
Binary 10011 10011100 11111110 1011101 100111 0 0 11001101 1100011 110110

Color Harmonies of #139CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139CFE

Black with #139CFE

Text Example


Text Example

White with #139CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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