#127AF3

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

Shades of Dodger Blue #127AF3

Tints of Dodger Blue #127AF3

Color information

#127AF3 (or 0x127AF3) is unknown color: approx Dodger Blue. HEX triplet: 12, 7A and F3. RGB value is (18,122,243). Sum of RGB (Red+Green+Blue) = 18+122+243=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 243 (95.31% from 255 or 63.45% from 383); Max value from RGB is 243 - color contains mainly: blue. Hex color #127AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AF3 is #ED850C. Grayscale: #686868. Windows color (decimal): -15566093 or 15956498. OLE color: 15956498.

HSL color Cylindrical-coordinate representation of color #127AF3: hue angle of 212.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127AF3 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18122243-
CMYK0.930.5000.05
HSL212.27º90.36%51.18%-
HSV(B)212.27º92.59%95.29%-
XYZ23.3920.5287.52-
YUV104.7206.0466.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.70%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 243 (95.31% from 255) = 63.45%
R=4.70%
G=31.85%
B=63.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal181222430.930.5000.05212.2790.3651.18
Hex127AF35D3205d45a33
Octal22172363135620532413263
Binary1001011110101111001110111011100100101110101001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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