Html Css Color HEX #128EDE Dodger Blue

📋 copy color: '#128EDE'

red 18 ◦ green 142 ◦ blue 222

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

Shades of Dodger Blue #128EDE

Tints of Dodger Blue #128EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.12%

R = 4.71%
G = 37.17%
B = 58.12%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#128EDE (or 0x128EDE) is known color: Dodger Blue. HEX triplet: 12, 8E and DE. RGB value is (18,142,222). Sum of RGB (Red+Green+Blue) = 18+142+222=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #128EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128EDE is #ED7121. Grayscale: #717171. Windows color (decimal): -15560994 or 14585362. OLE color: 14585362.

HSL color Cylindrical-coordinate representation of color #128EDE: hue angle of 203.53º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128EDE is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 142 222 -
CMYK 0.92 0.36 0 0.13
HSL 203.53º 0.85% 0.47% -
HSV(B) 203.53º 0.92% 0.87% -
XYZ 23.11 24.75 72.67 -
YUV 114.04 188.92 59.5 -
System Red Green Blue C M Y K H S L
Decimal 18 142 222 0.92 0.36 0 0.13 203.53 0.85 0.47
Hex 12 8E DE 5C 24 0 D CC 55 2F
Octal 22 216 336 134 44 0 15 314 125 57
Binary 10010 10001110 11011110 1011100 100100 0 1101 11001100 1010101 101111

Color Harmonies of #128EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128EDE

Black with #128EDE

Text Example


Text Example

White with #128EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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