Html Css Color HEX #128DEC Dodger Blue

📋 copy color: '#128DEC'

red 18 ◦ green 141 ◦ blue 236

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

Shades of Dodger Blue #128DEC

Tints of Dodger Blue #128DEC

RGB

 RED value IS 18 (7.42% from 255) = 4.56%

 GREEN value IS 141 (55.47% from 255) = 35.7%

 BLUE value IS 236 (92.58% from 255) = 59.75%

R = 4.56%
G = 35.7%
B = 59.75%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#128DEC (or 0x128DEC) is known color: Dodger Blue. HEX triplet: 12, 8D and EC. RGB value is (18,141,236). Sum of RGB (Red+Green+Blue) = 18+141+236=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #128DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128DEC is #ED7213. Grayscale: #727272. Windows color (decimal): -15561236 or 15502610. OLE color: 15502610.

HSL color Cylindrical-coordinate representation of color #128DEC: hue angle of 206.15º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128DEC is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 141 236 -
CMYK 0.92 0.40 0 0.07
HSL 206.15º 0.86% 0.5% -
HSV(B) 206.15º 0.92% 0.93% -
XYZ 24.91 25.23 82.91 -
YUV 115.05 196.25 58.78 -
System Red Green Blue C M Y K H S L
Decimal 18 141 236 0.92 0.40 0 0.07 206.15 0.86 0.5
Hex 12 8D EC 5C 28 0 7 CE 56 32
Octal 22 215 354 134 50 0 7 316 126 62
Binary 10010 10001101 11101100 1011100 101000 0 111 11001110 1010110 110010

Color Harmonies of #128DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DEC

Black with #128DEC

Text Example


Text Example

White with #128DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128DEC; }

 p { color: rgb(18,141,236); }

 H1.HeaderClassName
 {
   color: #128DEC;
 }
 .AnyTagClassName
 {
   color: #128DEC;
 }
</style>

background-color css

<style>
 a { background-color: #128DEC; }

 a { background-color: rgb(18,141,236); }

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

border-color css

<style>
 span { border-color: #128DEC; }

 span { border-color: rgb(18,141,236); }

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