Html Css Color HEX #128FFB Dodger Blue

📋 copy color: '#128FFB'

red 18 ◦ green 143 ◦ blue 251

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

Shades of Dodger Blue #128FFB

Tints of Dodger Blue #128FFB

RGB

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

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

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

R = 4.37%
G = 34.71%
B = 60.92%

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

#128FFB (or 0x128FFB) is known color: Dodger Blue. HEX triplet: 12, 8F and FB. RGB value is (18,143,251). Sum of RGB (Red+Green+Blue) = 18+143+251=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #128FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128FFB is #ED7004. Grayscale: #757575. Windows color (decimal): -15560709 or 16486162. OLE color: 16486162.

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

Color convert

RGB 18 143 251 -
CMYK 0.93 0.43 0 0.02
HSL 207.81º 0.97% 0.53% -
HSV(B) 207.81º 0.93% 0.98% -
XYZ 27.48 26.74 94.98 -
YUV 117.94 203.09 56.72 -
System Red Green Blue C M Y K H S L
Decimal 18 143 251 0.93 0.43 0 0.02 207.81 0.97 0.53
Hex 12 8F FB 5D 2B 0 2 D0 61 35
Octal 22 217 373 135 53 0 2 320 141 65
Binary 10010 10001111 11111011 1011101 101011 0 10 11010000 1100001 110101

Color Harmonies of #128FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128FFB

Black with #128FFB

Text Example


Text Example

White with #128FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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