Html Css Color HEX #128CEC Dodger Blue

📋 copy color: '#128CEC'

red 18 ◦ green 140 ◦ blue 236

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

Shades of Dodger Blue #128CEC

Tints of Dodger Blue #128CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.9%

R = 4.57%
G = 35.53%
B = 59.9%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#128CEC (or 0x128CEC) is known color: Dodger Blue. HEX triplet: 12, 8C and EC. RGB value is (18,140,236). Sum of RGB (Red+Green+Blue) = 18+140+236=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #128CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128CEC is #ED7313. Grayscale: #717171. Windows color (decimal): -15561492 or 15502354. OLE color: 15502354.

HSL color Cylindrical-coordinate representation of color #128CEC: hue angle of 206.42º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128CEC is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 140 236 -
CMYK 0.92 0.41 0 0.07
HSL 206.42º 0.86% 0.5% -
HSV(B) 206.42º 0.92% 0.93% -
XYZ 24.77 24.94 82.87 -
YUV 114.47 196.58 59.19 -
System Red Green Blue C M Y K H S L
Decimal 18 140 236 0.92 0.41 0 0.07 206.42 0.86 0.5
Hex 12 8C EC 5C 29 0 7 CE 56 32
Octal 22 214 354 134 51 0 7 316 126 62
Binary 10010 10001100 11101100 1011100 101001 0 111 11001110 1010110 110010

Color Harmonies of #128CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128CEC

Black with #128CEC

Text Example


Text Example

White with #128CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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