Html Css Color HEX #128CFF Dodger Blue

📋 copy color: '#128CFF'

red 18 ◦ green 140 ◦ blue 255

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

Shades of Dodger Blue #128CFF

Tints of Dodger Blue #128CFF

RGB

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

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

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

R = 4.36%
G = 33.9%
B = 61.74%

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

#128CFF (or 0x128CFF) is known color: Dodger Blue. HEX triplet: 12, 8C and FF. RGB value is (18,140,255). Sum of RGB (Red+Green+Blue) = 18+140+255=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #128CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128CFF is #ED7300. Grayscale: #747474. Windows color (decimal): -15561473 or 16747538. OLE color: 16747538.

HSL color Cylindrical-coordinate representation of color #128CFF: hue angle of 209.11º 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 #128CFF is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 140 255 -
CMYK 0.93 0.45 0 0
HSL 209.11º 1% 0.54% -
HSV(B) 209.11º 0.93% 1% -
XYZ 27.68 26.1 98.19 -
YUV 116.63 206.08 57.65 -
System Red Green Blue C M Y K H S L
Decimal 18 140 255 0.93 0.45 0 0 209.11 1 0.54
Hex 12 8C FF 5D 2D 0 0 D1 64 36
Octal 22 214 377 135 55 0 0 321 144 66
Binary 10010 10001100 11111111 1011101 101101 0 0 11010001 1100100 110110

Color Harmonies of #128CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128CFF

Black with #128CFF

Text Example


Text Example

White with #128CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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