Html Css Color HEX #128ADD Dodger Blue

📋 copy color: '#128ADD'

red 18 ◦ green 138 ◦ blue 221

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

Shades of Dodger Blue #128ADD

Tints of Dodger Blue #128ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.62%

R = 4.77%
G = 36.6%
B = 58.62%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#128ADD (or 0x128ADD) is known color: Dodger Blue. HEX triplet: 12, 8A and DD. RGB value is (18,138,221). Sum of RGB (Red+Green+Blue) = 18+138+221=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #128ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ADD is #ED7522. Grayscale: #6F6F6F. Windows color (decimal): -15562019 or 14518802. OLE color: 14518802.

HSL color Cylindrical-coordinate representation of color #128ADD: hue angle of 204.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 #128ADD is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 138 221 -
CMYK 0.92 0.38 0 0.13
HSL 204.53º 0.85% 0.47% -
HSV(B) 204.53º 0.92% 0.87% -
XYZ 22.39 23.53 71.77 -
YUV 111.58 189.74 61.25 -
System Red Green Blue C M Y K H S L
Decimal 18 138 221 0.92 0.38 0 0.13 204.53 0.85 0.47
Hex 12 8A DD 5C 26 0 D CD 55 2F
Octal 22 212 335 134 46 0 15 315 125 57
Binary 10010 10001010 11011101 1011100 100110 0 1101 11001101 1010101 101111

Color Harmonies of #128ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128ADD

Black with #128ADD

Text Example


Text Example

White with #128ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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