Html Css Color HEX #128CDC Dodger Blue

📋 copy color: '#128CDC'

red 18 ◦ green 140 ◦ blue 220

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

Shades of Dodger Blue #128CDC

Tints of Dodger Blue #128CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

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

R = 4.76%
G = 37.04%
B = 58.2%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#128CDC (or 0x128CDC) is known color: Dodger Blue. HEX triplet: 12, 8C and DC. RGB value is (18,140,220). Sum of RGB (Red+Green+Blue) = 18+140+220=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #128CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CDC is #ED7323. Grayscale: #707070. Windows color (decimal): -15561508 or 14453778. OLE color: 14453778.

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

Color convert

RGB 18 140 220 -
CMYK 0.92 0.36 0 0.14
HSL 203.76º 0.85% 0.47% -
HSV(B) 203.76º 0.92% 0.86% -
XYZ 22.55 24.05 71.16 -
YUV 112.64 188.58 60.5 -
System Red Green Blue C M Y K H S L
Decimal 18 140 220 0.92 0.36 0 0.14 203.76 0.85 0.47
Hex 12 8C DC 5C 24 0 E CC 55 2F
Octal 22 214 334 134 44 0 16 314 125 57
Binary 10010 10001100 11011100 1011100 100100 0 1110 11001100 1010101 101111

Color Harmonies of #128CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128CDC

Black with #128CDC

Text Example


Text Example

White with #128CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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