Html Css Color HEX #128BDC Dodger Blue

📋 copy color: '#128BDC'

red 18 ◦ green 139 ◦ blue 220

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

Shades of Dodger Blue #128BDC

Tints of Dodger Blue #128BDC

RGB

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

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

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

R = 4.77%
G = 36.87%
B = 58.36%

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

#128BDC (or 0x128BDC) is known color: Dodger Blue. HEX triplet: 12, 8B and DC. RGB value is (18,139,220). Sum of RGB (Red+Green+Blue) = 18+139+220=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #128BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BDC is #ED7423. Grayscale: #6F6F6F. Windows color (decimal): -15561764 or 14453522. OLE color: 14453522.

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

Color convert

RGB 18 139 220 -
CMYK 0.92 0.37 0 0.14
HSL 204.06º 0.85% 0.47% -
HSV(B) 204.06º 0.92% 0.86% -
XYZ 22.4 23.76 71.12 -
YUV 112.06 188.91 60.91 -
System Red Green Blue C M Y K H S L
Decimal 18 139 220 0.92 0.37 0 0.14 204.06 0.85 0.47
Hex 12 8B DC 5C 25 0 E CC 55 2F
Octal 22 213 334 134 45 0 16 314 125 57
Binary 10010 10001011 11011100 1011100 100101 0 1110 11001100 1010101 101111

Color Harmonies of #128BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BDC

Black with #128BDC

Text Example


Text Example

White with #128BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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