#127CFF

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

Shades of Dodger Blue #127CFF

Tints of Dodger Blue #127CFF

Color information

#127CFF (or 0x127CFF) is unknown color: approx Dodger Blue. HEX triplet: 12, 7C and FF. RGB value is (18,124,255). Sum of RGB (Red+Green+Blue) = 18+124+255=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #127CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CFF is #ED8300. Grayscale: #6A6A6A. Windows color (decimal): -15565569 or 16743442. OLE color: 16743442.

HSL color Cylindrical-coordinate representation of color #127CFF: hue angle of 213.16º 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 #127CFF is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18124255-
CMYK0.930.5100
HSL213.16º100%53.53%-
HSV(B)213.16º92.94%100%-
XYZ25.5121.7697.46-
YUV107.24211.3864.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.53%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 255 (100% from 255) = 64.23%
R=4.53%
G=31.23%
B=64.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181242550.930.5100213.1610053.53
Hex127CFF5D3300d56436
Octal22174377135630032514466
Binary10010111110011111111101110111001100110101011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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