Html Css Color HEX #128EDF Dodger Blue

📋 copy color: '#128EDF'

red 18 ◦ green 142 ◦ blue 223

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

Shades of Dodger Blue #128EDF

Tints of Dodger Blue #128EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.08%

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

R = 4.7%
G = 37.08%
B = 58.22%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#128EDF (or 0x128EDF) is known color: Dodger Blue. HEX triplet: 12, 8E and DF. RGB value is (18,142,223). Sum of RGB (Red+Green+Blue) = 18+142+223=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #128EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128EDF is #ED7120. Grayscale: #717171. Windows color (decimal): -15560993 or 14650898. OLE color: 14650898.

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

Color convert

RGB 18 142 223 -
CMYK 0.92 0.36 0 0.13
HSL 203.71º 0.85% 0.47% -
HSV(B) 203.71º 0.92% 0.87% -
XYZ 23.24 24.8 73.37 -
YUV 114.16 189.42 59.41 -
System Red Green Blue C M Y K H S L
Decimal 18 142 223 0.92 0.36 0 0.13 203.71 0.85 0.47
Hex 12 8E DF 5C 24 0 D CC 55 2F
Octal 22 216 337 134 44 0 15 314 125 57
Binary 10010 10001110 11011111 1011100 100100 0 1101 11001100 1010101 101111

Color Harmonies of #128EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128EDF

Black with #128EDF

Text Example


Text Example

White with #128EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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