Html Css Color HEX #128ADC Dodger Blue

📋 copy color: '#128ADC'

red 18 ◦ green 138 ◦ blue 220

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

Shades of Dodger Blue #128ADC

Tints of Dodger Blue #128ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.7%

 BLUE value IS 220 (86.33% from 255) = 58.51%

R = 4.79%
G = 36.7%
B = 58.51%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#128ADC (or 0x128ADC) is known color: Dodger Blue. HEX triplet: 12, 8A and DC. RGB value is (18,138,220). Sum of RGB (Red+Green+Blue) = 18+138+220=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #128ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ADC is #ED7523. Grayscale: #6F6F6F. Windows color (decimal): -15562020 or 14453266. OLE color: 14453266.

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

Color convert

RGB 18 138 220 -
CMYK 0.92 0.37 0 0.14
HSL 204.36º 0.85% 0.47% -
HSV(B) 204.36º 0.92% 0.86% -
XYZ 22.26 23.47 71.07 -
YUV 111.47 189.24 61.33 -
System Red Green Blue C M Y K H S L
Decimal 18 138 220 0.92 0.37 0 0.14 204.36 0.85 0.47
Hex 12 8A DC 5C 25 0 E CC 55 2F
Octal 22 212 334 134 45 0 16 314 125 57
Binary 10010 10001010 11011100 1011100 100101 0 1110 11001100 1010101 101111

Color Harmonies of #128ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128ADC

Black with #128ADC

Text Example


Text Example

White with #128ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,138,220); }

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

background-color css

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

 a { background-color: rgb(18,138,220); }

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

border-color css

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

 span { border-color: rgb(18,138,220); }

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