Html Css Color HEX #138EFC Dodger Blue

📋 copy color: '#138EFC'

red 19 ◦ green 142 ◦ blue 252

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

Shades of Dodger Blue #138EFC

Tints of Dodger Blue #138EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.38%

 BLUE value IS 252 (98.83% from 255) = 61.02%

R = 4.6%
G = 34.38%
B = 61.02%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#138EFC (or 0x138EFC) is known color: Dodger Blue. HEX triplet: 13, 8E and FC. RGB value is (19,142,252). Sum of RGB (Red+Green+Blue) = 19+142+252=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #138EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138EFC is #EC7103. Grayscale: #757575. Windows color (decimal): -15495428 or 16551443. OLE color: 16551443.

HSL color Cylindrical-coordinate representation of color #138EFC: hue angle of 208.33º degrees, saturation: 0.97, 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 #138EFC is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 142 252 -
CMYK 0.92 0.44 0 0.01
HSL 208.33º 0.97% 0.53% -
HSV(B) 208.33º 0.92% 0.99% -
XYZ 27.51 26.51 95.76 -
YUV 117.76 203.75 57.56 -
System Red Green Blue C M Y K H S L
Decimal 19 142 252 0.92 0.44 0 0.01 208.33 0.97 0.53
Hex 13 8E FC 5C 2C 0 1 D0 61 35
Octal 23 216 374 134 54 0 1 320 141 65
Binary 10011 10001110 11111100 1011100 101100 0 1 11010000 1100001 110101

Color Harmonies of #138EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138EFC

Black with #138EFC

Text Example


Text Example

White with #138EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,142,252); }

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

background-color css

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

 a { background-color: rgb(19,142,252); }

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

border-color css

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

 span { border-color: rgb(19,142,252); }

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