Html Css Color HEX #128CDF Dodger Blue

📋 copy color: '#128CDF'

red 18 ◦ green 140 ◦ blue 223

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

Shades of Dodger Blue #128CDF

Tints of Dodger Blue #128CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.53%

R = 4.72%
G = 36.75%
B = 58.53%

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

#128CDF (or 0x128CDF) is known color: Dodger Blue. HEX triplet: 12, 8C and DF. RGB value is (18,140,223). Sum of RGB (Red+Green+Blue) = 18+140+223=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #128CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CDF is #ED7320. Grayscale: #707070. Windows color (decimal): -15561505 or 14650386. OLE color: 14650386.

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

Color convert

RGB 18 140 223 -
CMYK 0.92 0.37 0 0.13
HSL 204.29º 0.85% 0.47% -
HSV(B) 204.29º 0.92% 0.87% -
XYZ 22.95 24.21 73.28 -
YUV 112.98 190.08 60.25 -
System Red Green Blue C M Y K H S L
Decimal 18 140 223 0.92 0.37 0 0.13 204.29 0.85 0.47
Hex 12 8C DF 5C 25 0 D CC 55 2F
Octal 22 214 337 134 45 0 15 314 125 57
Binary 10010 10001100 11011111 1011100 100101 0 1101 11001100 1010101 101111

Color Harmonies of #128CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128CDF

Black with #128CDF

Text Example


Text Example

White with #128CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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