Html Css Color HEX #138CFE Dodger Blue

📋 copy color: '#138CFE'

red 19 ◦ green 140 ◦ blue 254

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

Shades of Dodger Blue #138CFE

Tints of Dodger Blue #138CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.9%

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

R = 4.6%
G = 33.9%
B = 61.5%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#138CFE (or 0x138CFE) is known color: Dodger Blue. HEX triplet: 13, 8C and FE. RGB value is (19,140,254). Sum of RGB (Red+Green+Blue) = 19+140+254=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #138CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138CFE is #EC7301. Grayscale: #747474. Windows color (decimal): -15495938 or 16682003. OLE color: 16682003.

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

Color convert

RGB 19 140 254 -
CMYK 0.93 0.45 0 0.00
HSL 209.11º 0.99% 0.54% -
HSV(B) 209.11º 0.93% 1% -
XYZ 27.54 26.05 97.34 -
YUV 116.82 205.41 58.23 -
System Red Green Blue C M Y K H S L
Decimal 19 140 254 0.93 0.45 0 0.00 209.11 0.99 0.54
Hex 13 8C FE 5D 2D 0 0 D1 63 36
Octal 23 214 376 135 55 0 0 321 143 66
Binary 10011 10001100 11111110 1011101 101101 0 0 11010001 1100011 110110

Color Harmonies of #138CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138CFE

Black with #138CFE

Text Example


Text Example

White with #138CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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