Html Css Color HEX #128FEF Dodger Blue

📋 copy color: '#128FEF'

red 18 ◦ green 143 ◦ blue 239

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

Shades of Dodger Blue #128FEF

Tints of Dodger Blue #128FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.75%

R = 4.5%
G = 35.75%
B = 59.75%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#128FEF (or 0x128FEF) is known color: Dodger Blue. HEX triplet: 12, 8F and EF. RGB value is (18,143,239). Sum of RGB (Red+Green+Blue) = 18+143+239=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #128FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128FEF is #ED7010. Grayscale: #747474. Windows color (decimal): -15560721 or 15699730. OLE color: 15699730.

HSL color Cylindrical-coordinate representation of color #128FEF: hue angle of 206.06º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128FEF is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 143 239 -
CMYK 0.92 0.40 0 0.06
HSL 206.06º 0.87% 0.5% -
HSV(B) 206.06º 0.92% 0.94% -
XYZ 25.65 26.01 85.33 -
YUV 116.57 197.09 57.69 -
System Red Green Blue C M Y K H S L
Decimal 18 143 239 0.92 0.40 0 0.06 206.06 0.87 0.5
Hex 12 8F EF 5C 28 0 6 CE 57 32
Octal 22 217 357 134 50 0 6 316 127 62
Binary 10010 10001111 11101111 1011100 101000 0 110 11001110 1010111 110010

Color Harmonies of #128FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128FEF

Black with #128FEF

Text Example


Text Example

White with #128FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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