Html Css Color HEX #128BFB Dodger Blue

📋 copy color: '#128BFB'

red 18 ◦ green 139 ◦ blue 251

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

Shades of Dodger Blue #128BFB

Tints of Dodger Blue #128BFB

RGB

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

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

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

R = 4.41%
G = 34.07%
B = 61.52%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#128BFB (or 0x128BFB) is known color: Dodger Blue. HEX triplet: 12, 8B and FB. RGB value is (18,139,251). Sum of RGB (Red+Green+Blue) = 18+139+251=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #128BFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128BFB is #ED7404. Grayscale: #737373. Windows color (decimal): -15561733 or 16485138. OLE color: 16485138.

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

Color convert

RGB 18 139 251 -
CMYK 0.93 0.45 0 0.02
HSL 208.84º 0.97% 0.53% -
HSV(B) 208.84º 0.93% 0.98% -
XYZ 26.89 25.56 94.78 -
YUV 115.59 204.41 58.39 -
System Red Green Blue C M Y K H S L
Decimal 18 139 251 0.93 0.45 0 0.02 208.84 0.97 0.53
Hex 12 8B FB 5D 2D 0 2 D1 61 35
Octal 22 213 373 135 55 0 2 321 141 65
Binary 10010 10001011 11111011 1011101 101101 0 10 11010001 1100001 110101

Color Harmonies of #128BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BFB

Black with #128BFB

Text Example


Text Example

White with #128BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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