Html Css Color HEX #128CDE Dodger Blue

📋 copy color: '#128CDE'

red 18 ◦ green 140 ◦ blue 222

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

Shades of Dodger Blue #128CDE

Tints of Dodger Blue #128CDE

RGB

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

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

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

R = 4.74%
G = 36.84%
B = 58.42%

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

#128CDE (or 0x128CDE) is known color: Dodger Blue. HEX triplet: 12, 8C and DE. RGB value is (18,140,222). Sum of RGB (Red+Green+Blue) = 18+140+222=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #128CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CDE is #ED7321. Grayscale: #707070. Windows color (decimal): -15561506 or 14584850. OLE color: 14584850.

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

Color convert

RGB 18 140 222 -
CMYK 0.92 0.37 0 0.13
HSL 204.12º 0.85% 0.47% -
HSV(B) 204.12º 0.92% 0.87% -
XYZ 22.81 24.16 72.57 -
YUV 112.87 189.58 60.33 -
System Red Green Blue C M Y K H S L
Decimal 18 140 222 0.92 0.37 0 0.13 204.12 0.85 0.47
Hex 12 8C DE 5C 25 0 D CC 55 2F
Octal 22 214 336 134 45 0 15 314 125 57
Binary 10010 10001100 11011110 1011100 100101 0 1101 11001100 1010101 101111

Color Harmonies of #128CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128CDE

Black with #128CDE

Text Example


Text Example

White with #128CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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