#127EFF

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

Shades of Dodger Blue #127EFF

Tints of Dodger Blue #127EFF

Color information

#127EFF (or 0x127EFF) is unknown color: approx Dodger Blue. HEX triplet: 12, 7E and FF. RGB value is (18,126,255). Sum of RGB (Red+Green+Blue) = 18+126+255=399 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.51% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #127EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127EFF is #ED8100. Grayscale: #6B6B6B. Windows color (decimal): -15565057 or 16743954. OLE color: 16743954.

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

Color convert

RGB18126255-
CMYK0.930.5100
HSL212.66º100%53.53%-
HSV(B)212.66º92.94%100%-
XYZ25.7622.2797.55-
YUV108.41210.7263.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.51%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 255 (100% from 255) = 63.91%
R=4.51%
G=31.58%
B=63.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181262550.930.5100212.6610053.53
Hex127EFF5D3300d56436
Octal22176377135630032514466
Binary10010111111011111111101110111001100110101011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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