Html Css Color HEX #128CFC Dodger Blue

📋 copy color: '#128CFC'

red 18 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #128CFC

Tints of Dodger Blue #128CFC

RGB

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

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

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

R = 4.39%
G = 34.15%
B = 61.46%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#128CFC (or 0x128CFC) is known color: Dodger Blue. HEX triplet: 12, 8C and FC. RGB value is (18,140,252). Sum of RGB (Red+Green+Blue) = 18+140+252=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #128CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128CFC is #ED7303. Grayscale: #737373. Windows color (decimal): -15561476 or 16550930. OLE color: 16550930.

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

Color convert

RGB 18 140 252 -
CMYK 0.93 0.44 0 0.01
HSL 208.72º 0.98% 0.53% -
HSV(B) 208.72º 0.93% 0.99% -
XYZ 27.2 25.91 95.66 -
YUV 116.29 204.58 57.89 -
System Red Green Blue C M Y K H S L
Decimal 18 140 252 0.93 0.44 0 0.01 208.72 0.98 0.53
Hex 12 8C FC 5D 2C 0 1 D1 62 35
Octal 22 214 374 135 54 0 1 321 142 65
Binary 10010 10001100 11111100 1011101 101100 0 1 11010001 1100010 110101

Color Harmonies of #128CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128CFC

Black with #128CFC

Text Example


Text Example

White with #128CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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