#12A4FF

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

Shades of Dodger Blue #12A4FF

Tints of Dodger Blue #12A4FF

Color information

#12A4FF (or 0x12A4FF) is unknown color: approx Dodger Blue. HEX triplet: 12, A4 and FF. RGB value is (18,164,255). Sum of RGB (Red+Green+Blue) = 18+164+255=437 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.12% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #12A4FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A4FF is #ED5B00. Grayscale: #828282. Windows color (decimal): -15555329 or 16753682. OLE color: 16753682.

HSL color Cylindrical-coordinate representation of color #12A4FF: hue angle of 203.04º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12A4FF is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18164255-
CMYK0.930.3600
HSL203.04º100%53.53%-
HSV(B)203.04º92.94%100%-
XYZ31.5733.999.49-
YUV130.72198.1347.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.12%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 255 (100% from 255) = 58.35%
R=4.12%
G=37.53%
B=58.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181642550.930.3600203.0410053.53
Hex12A4FF5D2400cb6436
Octal22244377135440031314466
Binary100101010010011111111101110110010000110010111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A4FF; }

 p { color: rgb(18,164,255); }

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

<style>
 a { background-color: #12A4FF; }

 a { background-color: rgb(18,164,255); }

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

<style>
 span { border-color: #12A4FF; }

 span { border-color: rgb(18,164,255); }

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