Html Css Color HEX #128EED Dodger Blue

📋 copy color: '#128EED'

red 18 ◦ green 142 ◦ blue 237

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

Shades of Dodger Blue #128EED

Tints of Dodger Blue #128EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.7%

R = 4.53%
G = 35.77%
B = 59.7%

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

#128EED (or 0x128EED) is known color: Dodger Blue. HEX triplet: 12, 8E and ED. RGB value is (18,142,237). Sum of RGB (Red+Green+Blue) = 18+142+237=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #128EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128EED is #ED7112. Grayscale: #737373. Windows color (decimal): -15560979 or 15568402. OLE color: 15568402.

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

Color convert

RGB 18 142 237 -
CMYK 0.92 0.40 0 0.07
HSL 206.03º 0.86% 0.5% -
HSV(B) 206.03º 0.92% 0.93% -
XYZ 25.21 25.59 83.73 -
YUV 115.75 196.42 58.28 -
System Red Green Blue C M Y K H S L
Decimal 18 142 237 0.92 0.40 0 0.07 206.03 0.86 0.5
Hex 12 8E ED 5C 28 0 7 CE 56 32
Octal 22 216 355 134 50 0 7 316 126 62
Binary 10010 10001110 11101101 1011100 101000 0 111 11001110 1010110 110010

Color Harmonies of #128EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128EED

Black with #128EED

Text Example


Text Example

White with #128EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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