#128AFD

Color #128AFD Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #128AFD

Tints of Dodger Blue #128AFD

Color information

#128AFD (or 0x128AFD) is unknown color: approx Dodger Blue. HEX triplet: 12, 8A and FD. RGB value is (18,138,253). Sum of RGB (Red+Green+Blue) = 18+138+253=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #128AFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128AFD is #ED7502. Grayscale: #727272. Windows color (decimal): -15561987 or 16615954. OLE color: 16615954.

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

Color convert

RGB18138253-
CMYK0.930.4500.01
HSL209.36º98.33%53.14%-
HSV(B)209.36º92.89%99.22%-
XYZ27.0725.496.4-
YUV115.23205.7458.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.40%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 253 (99.22% from 255) = 61.86%
R=4.40%
G=33.74%
B=61.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181382530.930.4500.01209.3698.3353.14
Hex128AFD5D2D01d16235
Octal22212375135550132114265
Binary100101000101011111101101110110110101110100011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #128AFD;
 }
 .AnyTagClassName
 {
   color: #128AFD;
 }
</style>
background-color css

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

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

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

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

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

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