Html Css Color HEX #128FFD Dodger Blue

📋 copy color: '#128FFD'

red 18 ◦ green 143 ◦ blue 253

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

Shades of Dodger Blue #128FFD

Tints of Dodger Blue #128FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 4.35%
G = 34.54%
B = 61.11%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#128FFD (or 0x128FFD) is known color: Dodger Blue. HEX triplet: 12, 8F and FD. RGB value is (18,143,253). Sum of RGB (Red+Green+Blue) = 18+143+253=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #128FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128FFD is #ED7002. Grayscale: #757575. Windows color (decimal): -15560707 or 16617234. OLE color: 16617234.

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

Color convert

RGB 18 143 253 -
CMYK 0.93 0.43 0 0.01
HSL 208.09º 0.98% 0.53% -
HSV(B) 208.09º 0.93% 0.99% -
XYZ 27.8 26.87 96.65 -
YUV 118.17 204.09 56.56 -
System Red Green Blue C M Y K H S L
Decimal 18 143 253 0.93 0.43 0 0.01 208.09 0.98 0.53
Hex 12 8F FD 5D 2B 0 1 D0 62 35
Octal 22 217 375 135 53 0 1 320 142 65
Binary 10010 10001111 11111101 1011101 101011 0 1 11010000 1100010 110101

Color Harmonies of #128FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128FFD

Black with #128FFD

Text Example


Text Example

White with #128FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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