Html Css Color HEX #128ADE Dodger Blue

📋 copy color: '#128ADE'

red 18 ◦ green 138 ◦ blue 222

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

Shades of Dodger Blue #128ADE

Tints of Dodger Blue #128ADE

RGB

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

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

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

R = 4.76%
G = 36.51%
B = 58.73%

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

#128ADE (or 0x128ADE) is known color: Dodger Blue. HEX triplet: 12, 8A and DE. RGB value is (18,138,222). Sum of RGB (Red+Green+Blue) = 18+138+222=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #128ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ADE is #ED7521. Grayscale: #6F6F6F. Windows color (decimal): -15562018 or 14584338. OLE color: 14584338.

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

Color convert

RGB 18 138 222 -
CMYK 0.92 0.38 0 0.13
HSL 204.71º 0.85% 0.47% -
HSV(B) 204.71º 0.92% 0.87% -
XYZ 22.52 23.58 72.47 -
YUV 111.7 190.24 61.17 -
System Red Green Blue C M Y K H S L
Decimal 18 138 222 0.92 0.38 0 0.13 204.71 0.85 0.47
Hex 12 8A DE 5C 26 0 D CD 55 2F
Octal 22 212 336 134 46 0 15 315 125 57
Binary 10010 10001010 11011110 1011100 100110 0 1101 11001101 1010101 101111

Color Harmonies of #128ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128ADE

Black with #128ADE

Text Example


Text Example

White with #128ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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