#127AF5

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

Shades of Dodger Blue #127AF5

Tints of Dodger Blue #127AF5

Color information

#127AF5 (or 0x127AF5) is unknown color: approx Dodger Blue. HEX triplet: 12, 7A and F5. RGB value is (18,122,245). Sum of RGB (Red+Green+Blue) = 18+122+245=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 245 (96.09% from 255 or 63.64% from 385); Max value from RGB is 245 - color contains mainly: blue. Hex color #127AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AF5 is #ED850A. Grayscale: #686868. Windows color (decimal): -15566091 or 16087570. OLE color: 16087570.

HSL color Cylindrical-coordinate representation of color #127AF5: hue angle of 212.51º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127AF5 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18122245-
CMYK0.930.5000.04
HSL212.51º91.9%51.57%-
HSV(B)212.51º92.65%96.08%-
XYZ23.6920.6489.12-
YUV104.93207.0466-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.68%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 245 (96.09% from 255) = 63.64%
R=4.68%
G=31.69%
B=63.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181222450.930.5000.04212.5191.951.57
Hex127AF55D3204d55c34
Octal22172365135620432513464
Binary1001011110101111010110111011100100100110101011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127AF5; }

 p { color: rgb(18,122,245); }

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

<style>
 a { background-color: #127AF5; }

 a { background-color: rgb(18,122,245); }

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

<style>
 span { border-color: #127AF5; }

 span { border-color: rgb(18,122,245); }

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