Html Css Color HEX #128FEB Dodger Blue

📋 copy color: '#128FEB'

red 18 ◦ green 143 ◦ blue 235

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

Shades of Dodger Blue #128FEB

Tints of Dodger Blue #128FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

 BLUE value IS 235 (92.19% from 255) = 59.34%

R = 4.55%
G = 36.11%
B = 59.34%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#128FEB (or 0x128FEB) is known color: Dodger Blue. HEX triplet: 12, 8F and EB. RGB value is (18,143,235). Sum of RGB (Red+Green+Blue) = 18+143+235=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #128FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128FEB is #ED7014. Grayscale: #737373. Windows color (decimal): -15560725 or 15437586. OLE color: 15437586.

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

Color convert

RGB 18 143 235 -
CMYK 0.92 0.39 0 0.08
HSL 205.44º 0.86% 0.5% -
HSV(B) 205.44º 0.92% 0.92% -
XYZ 25.07 25.77 82.25 -
YUV 116.11 195.09 58.02 -
System Red Green Blue C M Y K H S L
Decimal 18 143 235 0.92 0.39 0 0.08 205.44 0.86 0.5
Hex 12 8F EB 5C 27 0 8 CD 56 32
Octal 22 217 353 134 47 0 10 315 126 62
Binary 10010 10001111 11101011 1011100 100111 0 1000 11001101 1010110 110010

Color Harmonies of #128FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128FEB

Black with #128FEB

Text Example


Text Example

White with #128FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,143,235); }

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

background-color css

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

 a { background-color: rgb(18,143,235); }

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

border-color css

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

 span { border-color: rgb(18,143,235); }

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