Html Css Color HEX #128EEC Dodger Blue

📋 copy color: '#128EEC'

red 18 ◦ green 142 ◦ blue 236

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

Shades of Dodger Blue #128EEC

Tints of Dodger Blue #128EEC

RGB

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

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

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

R = 4.55%
G = 35.86%
B = 59.6%

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

#128EEC (or 0x128EEC) is known color: Dodger Blue. HEX triplet: 12, 8E and EC. RGB value is (18,142,236). Sum of RGB (Red+Green+Blue) = 18+142+236=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #128EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128EEC is #ED7113. Grayscale: #737373. Windows color (decimal): -15560980 or 15502866. OLE color: 15502866.

HSL color Cylindrical-coordinate representation of color #128EEC: hue angle of 205.87º 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 #128EEC is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 142 236 -
CMYK 0.92 0.40 0 0.07
HSL 205.87º 0.86% 0.5% -
HSV(B) 205.87º 0.92% 0.93% -
XYZ 25.06 25.53 82.96 -
YUV 115.64 195.92 58.36 -
System Red Green Blue C M Y K H S L
Decimal 18 142 236 0.92 0.40 0 0.07 205.87 0.86 0.5
Hex 12 8E EC 5C 28 0 7 CE 56 32
Octal 22 216 354 134 50 0 7 316 126 62
Binary 10010 10001110 11101100 1011100 101000 0 111 11001110 1010110 110010

Color Harmonies of #128EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128EEC

Black with #128EEC

Text Example


Text Example

White with #128EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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