Html Css Color HEX #128DFF Dodger Blue

📋 copy color: '#128DFF'

red 18 ◦ green 141 ◦ blue 255

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

Shades of Dodger Blue #128DFF

Tints of Dodger Blue #128DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.06%

 BLUE value IS 255 (100% from 255) = 61.59%

R = 4.35%
G = 34.06%
B = 61.59%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#128DFF (or 0x128DFF) is known color: Dodger Blue. HEX triplet: 12, 8D and FF. RGB value is (18,141,255). Sum of RGB (Red+Green+Blue) = 18+141+255=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #128DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128DFF is #ED7200. Grayscale: #747474. Windows color (decimal): -15561217 or 16747794. OLE color: 16747794.

HSL color Cylindrical-coordinate representation of color #128DFF: hue angle of 208.86º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128DFF is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 141 255 -
CMYK 0.93 0.45 0 0
HSL 208.86º 1% 0.54% -
HSV(B) 208.86º 0.93% 1% -
XYZ 27.82 26.4 98.24 -
YUV 117.22 205.75 57.23 -
System Red Green Blue C M Y K H S L
Decimal 18 141 255 0.93 0.45 0 0 208.86 1 0.54
Hex 12 8D FF 5D 2D 0 0 D1 64 36
Octal 22 215 377 135 55 0 0 321 144 66
Binary 10010 10001101 11111111 1011101 101101 0 0 11010001 1100100 110110

Color Harmonies of #128DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DFF

Black with #128DFF

Text Example


Text Example

White with #128DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,141,255); }

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

background-color css

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

 a { background-color: rgb(18,141,255); }

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

border-color css

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

 span { border-color: rgb(18,141,255); }

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