Html Css Color HEX #128CFB Dodger Blue

📋 copy color: '#128CFB'

red 18 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #128CFB

Tints of Dodger Blue #128CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.23%

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

R = 4.4%
G = 34.23%
B = 61.37%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#128CFB (or 0x128CFB) is known color: Dodger Blue. HEX triplet: 12, 8C and FB. RGB value is (18,140,251). Sum of RGB (Red+Green+Blue) = 18+140+251=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #128CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128CFB is #ED7304. Grayscale: #737373. Windows color (decimal): -15561477 or 16485394. OLE color: 16485394.

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

Color convert

RGB 18 140 251 -
CMYK 0.93 0.44 0 0.02
HSL 208.58º 0.97% 0.53% -
HSV(B) 208.58º 0.93% 0.98% -
XYZ 27.04 25.85 94.83 -
YUV 116.18 204.08 57.97 -
System Red Green Blue C M Y K H S L
Decimal 18 140 251 0.93 0.44 0 0.02 208.58 0.97 0.53
Hex 12 8C FB 5D 2C 0 2 D1 61 35
Octal 22 214 373 135 54 0 2 321 141 65
Binary 10010 10001100 11111011 1011101 101100 0 10 11010001 1100001 110101

Color Harmonies of #128CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128CFB

Black with #128CFB

Text Example


Text Example

White with #128CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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