Html Css Color HEX #128BDD Dodger Blue

📋 copy color: '#128BDD'

red 18 ◦ green 139 ◦ blue 221

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

Shades of Dodger Blue #128BDD

Tints of Dodger Blue #128BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.77%

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

R = 4.76%
G = 36.77%
B = 58.47%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#128BDD (or 0x128BDD) is known color: Dodger Blue. HEX triplet: 12, 8B and DD. RGB value is (18,139,221). Sum of RGB (Red+Green+Blue) = 18+139+221=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #128BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BDD is #ED7422. Grayscale: #6F6F6F. Windows color (decimal): -15561763 or 14519058. OLE color: 14519058.

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

Color convert

RGB 18 139 221 -
CMYK 0.92 0.37 0 0.13
HSL 204.24º 0.85% 0.47% -
HSV(B) 204.24º 0.92% 0.87% -
XYZ 22.53 23.81 71.82 -
YUV 112.17 189.41 60.83 -
System Red Green Blue C M Y K H S L
Decimal 18 139 221 0.92 0.37 0 0.13 204.24 0.85 0.47
Hex 12 8B DD 5C 25 0 D CC 55 2F
Octal 22 213 335 134 45 0 15 314 125 57
Binary 10010 10001011 11011101 1011100 100101 0 1101 11001100 1010101 101111

Color Harmonies of #128BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BDD

Black with #128BDD

Text Example


Text Example

White with #128BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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