Html Css Color HEX #128EFB Dodger Blue

📋 copy color: '#128EFB'

red 18 ◦ green 142 ◦ blue 251

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

Shades of Dodger Blue #128EFB

Tints of Dodger Blue #128EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.55%

 BLUE value IS 251 (98.44% from 255) = 61.07%

R = 4.38%
G = 34.55%
B = 61.07%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#128EFB (or 0x128EFB) is known color: Dodger Blue. HEX triplet: 12, 8E and FB. RGB value is (18,142,251). Sum of RGB (Red+Green+Blue) = 18+142+251=411 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.38% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #128EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128EFB is #ED7104. Grayscale: #747474. Windows color (decimal): -15560965 or 16485906. OLE color: 16485906.

HSL color Cylindrical-coordinate representation of color #128EFB: hue angle of 208.07º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128EFB is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 142 251 -
CMYK 0.93 0.43 0 0.02
HSL 208.07º 0.97% 0.53% -
HSV(B) 208.07º 0.93% 0.98% -
XYZ 27.34 26.44 94.93 -
YUV 117.35 203.42 57.14 -
System Red Green Blue C M Y K H S L
Decimal 18 142 251 0.93 0.43 0 0.02 208.07 0.97 0.53
Hex 12 8E FB 5D 2B 0 2 D0 61 35
Octal 22 216 373 135 53 0 2 320 141 65
Binary 10010 10001110 11111011 1011101 101011 0 10 11010000 1100001 110101

Color Harmonies of #128EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128EFB

Black with #128EFB

Text Example


Text Example

White with #128EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,142,251); }

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

background-color css

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

 a { background-color: rgb(18,142,251); }

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

border-color css

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

 span { border-color: rgb(18,142,251); }

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