Html Css Color HEX #128BFC Dodger Blue

📋 copy color: '#128BFC'

red 18 ◦ green 139 ◦ blue 252

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

Shades of Dodger Blue #128BFC

Tints of Dodger Blue #128BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.61%

R = 4.4%
G = 33.99%
B = 61.61%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#128BFC (or 0x128BFC) is known color: Dodger Blue. HEX triplet: 12, 8B and FC. RGB value is (18,139,252). Sum of RGB (Red+Green+Blue) = 18+139+252=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #128BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128BFC is #ED7403. Grayscale: #737373. Windows color (decimal): -15561732 or 16550674. OLE color: 16550674.

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

Color convert

RGB 18 139 252 -
CMYK 0.93 0.45 0 0.01
HSL 208.97º 0.98% 0.53% -
HSV(B) 208.97º 0.93% 0.99% -
XYZ 27.05 25.62 95.62 -
YUV 115.7 204.91 58.31 -
System Red Green Blue C M Y K H S L
Decimal 18 139 252 0.93 0.45 0 0.01 208.97 0.98 0.53
Hex 12 8B FC 5D 2D 0 1 D1 62 35
Octal 22 213 374 135 55 0 1 321 142 65
Binary 10010 10001011 11111100 1011101 101101 0 1 11010001 1100010 110101

Color Harmonies of #128BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BFC

Black with #128BFC

Text Example


Text Example

White with #128BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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