Html Css Color HEX #128BEF Dodger Blue

📋 copy color: '#128BEF'

red 18 ◦ green 139 ◦ blue 239

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

Shades of Dodger Blue #128BEF

Tints of Dodger Blue #128BEF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

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

R = 4.55%
G = 35.1%
B = 60.35%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#128BEF (or 0x128BEF) is known color: Dodger Blue. HEX triplet: 12, 8B and EF. RGB value is (18,139,239). Sum of RGB (Red+Green+Blue) = 18+139+239=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #128BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128BEF is #ED7410. Grayscale: #717171. Windows color (decimal): -15561745 or 15698706. OLE color: 15698706.

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

Color convert

RGB 18 139 239 -
CMYK 0.92 0.42 0 0.06
HSL 207.15º 0.87% 0.5% -
HSV(B) 207.15º 0.92% 0.94% -
XYZ 25.06 24.83 85.13 -
YUV 114.22 198.41 59.37 -
System Red Green Blue C M Y K H S L
Decimal 18 139 239 0.92 0.42 0 0.06 207.15 0.87 0.5
Hex 12 8B EF 5C 2A 0 6 CF 57 32
Octal 22 213 357 134 52 0 6 317 127 62
Binary 10010 10001011 11101111 1011100 101010 0 110 11001111 1010111 110010

Color Harmonies of #128BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BEF

Black with #128BEF

Text Example


Text Example

White with #128BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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